summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-02-08 17:00:46 -0800
committerDoris Liu <tianliu@google.com>2013-02-08 17:03:29 -0800
commit06b6cd2fdb02cd77ada72059a235928b7391c729 (patch)
tree15c6eb8901444793866012c0e96bf2597c04a3cd /res/layout-land
parent096f574bfc7c450e362fbfb5f3b41d983bff097a (diff)
downloadandroid_packages_apps_Snap-06b6cd2fdb02cd77ada72059a235928b7391c729.tar.gz
android_packages_apps_Snap-06b6cd2fdb02cd77ada72059a235928b7391c729.tar.bz2
android_packages_apps_Snap-06b6cd2fdb02cd77ada72059a235928b7391c729.zip
Fix camera setting icons appearing in wrong place
Bug: 7956904 Change-Id: I1b2d3fef8d82a3efeb0caa5130ce3dbb6808af70
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/photo_module_content.xml4
-rw-r--r--res/layout-land/video_module.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-land/photo_module_content.xml b/res/layout-land/photo_module_content.xml
index 2afcf4081..d734f8329 100644
--- a/res/layout-land/photo_module_content.xml
+++ b/res/layout-land/photo_module_content.xml
@@ -37,14 +37,14 @@
android:layout_width="80dip"
android:layout_height="80dip"
android:layout_marginTop="-5dip"
- android:layout_marginRight="-2dip"
+ android:layout_marginRight="-2dip"
android:layout_gravity="top|right"/>
<include layout="@layout/review_module_control"
android:layout_marginRight="2dip" />
- <View
+ <com.android.camera.ui.PieMenuButton
android:id="@+id/menu"
style="@style/SwitcherButton"
android:contentDescription="@string/accessibility_menu_button"
diff --git a/res/layout-land/video_module.xml b/res/layout-land/video_module.xml
index 8dcdc848c..972a7f901 100644
--- a/res/layout-land/video_module.xml
+++ b/res/layout-land/video_module.xml
@@ -45,7 +45,7 @@
<include layout="@layout/review_module_control"
android:layout_marginRight="2dip" />
- <View
+ <com.android.camera.ui.PieMenuButton
android:id="@+id/menu"
style="@style/SwitcherButton"
android:layout_alignParentRight="true"