summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/camera_controls.xml1
-rw-r--r--res/values/colors.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index bb73cf3c5..5b92db021 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -103,6 +103,7 @@
android:layout_width="200dip"
android:layout_height="200dip"
android:layout_marginTop="20dip"
+ android:padding="2dp"
android:visibility="gone" />
<TextView
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4fdc3e3f9..90694bc6e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -78,6 +78,7 @@
<color name="camera_control_bg_opaque">@color/black</color>
<color name="camera_control_bg_transparent">#40212121</color>
-
+ <color name="histogram_grid_lines">#c0bdbdbd</color>
+ <color name="histogram_bars">#e0ffffff</color>
<color name="toast_text">@color/white</color>
</resources>