summaryrefslogtreecommitdiffstats
path: root/res/layout/filmstrip_bottom_controls.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2013-08-21 18:28:43 -0700
committerAngus Kong <shkong@google.com>2013-08-23 13:17:10 -0700
commit653c43be6e58be54cf2ac3c8efb2d65ac20bd03b (patch)
tree7fab1ec4d4dbc93ab2fa23e05a87f2ec598aaf71 /res/layout/filmstrip_bottom_controls.xml
parent00373f8a411042964f019a6355864a4c25fc2238 (diff)
downloadandroid_packages_apps_Snap-653c43be6e58be54cf2ac3c8efb2d65ac20bd03b.tar.gz
android_packages_apps_Snap-653c43be6e58be54cf2ac3c8efb2d65ac20bd03b.tar.bz2
android_packages_apps_Snap-653c43be6e58be54cf2ac3c8efb2d65ac20bd03b.zip
Bring back undo delete confirmation.
Also corrects the default decoding size. bug:10413110 bug:10330214 Change-Id: I45465fdea2320501fd17ac4e35e0f0f54c08cbba
Diffstat (limited to 'res/layout/filmstrip_bottom_controls.xml')
-rw-r--r--res/layout/filmstrip_bottom_controls.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/filmstrip_bottom_controls.xml b/res/layout/filmstrip_bottom_controls.xml
index 14f0ee9fd..5b049fe5e 100644
--- a/res/layout/filmstrip_bottom_controls.xml
+++ b/res/layout/filmstrip_bottom_controls.xml
@@ -20,9 +20,7 @@
android:id="@+id/filmstrip_bottom_controls"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_alignParentLeft="true"
- android:orientation="horizontal"
+ android:layout_gravity="bottom"
android:padding="10dp"
android:visibility="visible" >
@@ -65,4 +63,4 @@
android:src="@drawable/ic_menu_tiny_planet"
android:visibility="gone" />
-</com.android.camera.ui.FilmstripBottomControls> \ No newline at end of file
+</com.android.camera.ui.FilmstripBottomControls>