summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml11
-rw-r--r--res/values/dimens.xml10
-rw-r--r--res/values/strings.xml16
-rw-r--r--res/values/styles.xml20
4 files changed, 57 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 0000000..47fef74
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="horiz_rule_color">#777777</color>
+ <color name="black">#000000</color>
+ <color name="dark_blue">#000066</color>
+ <color name="face_color">#FFFF00</color>
+ <color name="capture_button_color">#191919</color>
+ <color name="exp_iso_color">#FFFFFF</color>
+ <color name="hud_color">#DDDDDD</color>
+ <color name="message_color">#444444</color>
+</resources> \ No newline at end of file
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
new file mode 100644
index 0000000..ec52df0
--- /dev/null
+++ b/res/values/dimens.xml
@@ -0,0 +1,10 @@
+<resources>
+
+ <!-- Default screen margins, per the Android Design guidelines. -->
+ <dimen name="activity_horizontal_margin">16dp</dimen>
+ <dimen name="activity_vertical_margin">16dp</dimen>
+ <dimen name="face_circle_stroke">0.65dp</dimen>
+ <dimen name="hud_stroke">0.33dp</dimen>
+ <dimen name="control_text">12dp</dimen>
+
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..cf216cf
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="app_name">Snappy2</string>
+ <string name="action_settings">Settings</string>
+ <string name="hello_world">This is a snappy app!</string>
+ <string name="jpeg_capture">JPEG</string>
+ <string name="aftrig">AF trig</string>
+ <string name="nr_unknown">NR --</string>
+ <string name="edge_unknown">Edge --</string>
+ <string name="minus">–</string>
+ <string name="plus">+</string>
+ <string name="gallery">Gallery</string>
+ <string name="Reprocessing">–– Reprocessing ––</string>
+
+</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
new file mode 100644
index 0000000..6ce89c7
--- /dev/null
+++ b/res/values/styles.xml
@@ -0,0 +1,20 @@
+<resources>
+
+ <!--
+ Base application theme, dependent on API level. This theme is replaced
+ by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+ -->
+ <style name="AppBaseTheme" parent="android:Theme.Light">
+ <!--
+ Theme customizations available in newer API levels can go in
+ res/values-vXX/styles.xml, while customizations related to
+ backward-compatibility can go here.
+ -->
+ </style>
+
+ <!-- Application theme. -->
+ <style name="AppTheme" parent="AppBaseTheme">
+ <!-- All customizations that are NOT specific to a particular API-level can go here. -->
+ </style>
+
+</resources>