summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-10-03 11:02:20 +0800
committerChung-yih Wang <cywang@google.com>2011-10-07 14:57:45 +0800
commit131f4afb3726dd552e5172116ff1ce454ecaf460 (patch)
tree6811b5488f8f270f8f39b199a81dfe69b0838df8 /res/layout
parentfc52f4a9bf815633739125883807bfe965cf6009 (diff)
downloadLegacyCamera-131f4afb3726dd552e5172116ff1ce454ecaf460.zip
LegacyCamera-131f4afb3726dd552e5172116ff1ce454ecaf460.tar.gz
LegacyCamera-131f4afb3726dd552e5172116ff1ce454ecaf460.tar.bz2
Fix the margin and padding of the setting popup.
bug:5386702 Change-Id: I4883937b5f0e374d29cee8135d2051628714ed3d
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/mode_picker.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/mode_picker.xml b/res/layout/mode_picker.xml
index 59edb6f..5cbc882 100644
--- a/res/layout/mode_picker.xml
+++ b/res/layout/mode_picker.xml
@@ -76,17 +76,20 @@
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:scaleType="center"
+ android:background="@drawable/bg_pressed"
android:src="@drawable/ic_switch_camera_holo_light" />
<com.android.camera.ui.RotateImageView android:id="@+id/mode_video"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:scaleType="center"
+ android:background="@drawable/bg_pressed"
android:src="@drawable/ic_switch_video_holo_light" />
<com.android.camera.ui.RotateImageView android:id="@+id/mode_panorama"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="center"
+ android:background="@drawable/bg_pressed"
android:src="@drawable/ic_switch_pan_holo_light" />
</LinearLayout>
</RelativeLayout>