diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-11-21 17:27:08 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-11-21 17:29:26 +0800 |
commit | 8e59397606af9eb587b01f001c0bdf50b4546daf (patch) | |
tree | 47b12873b3ceee8f1c35f9f09b49f6cbea1b25f2 | |
parent | 13c101cf7829c98da4341a39ecc142afc024cdb7 (diff) | |
download | LegacyCamera-8e59397606af9eb587b01f001c0bdf50b4546daf.zip LegacyCamera-8e59397606af9eb587b01f001c0bdf50b4546daf.tar.gz LegacyCamera-8e59397606af9eb587b01f001c0bdf50b4546daf.tar.bz2 |
Fix share popup is not aligned with viewfinder.
bug:5641001
Change-Id: I0d77a93a9c0ef5b7b661abf36028eb559981dc67
-rw-r--r-- | res/layout/share_popup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml index 19b2152..087d8c7 100644 --- a/res/layout/share_popup.xml +++ b/res/layout/share_popup.xml @@ -25,7 +25,7 @@ <FrameLayout android:id="@+id/root" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="left|center"> + android:layout_gravity="top|center"> <com.android.camera.ui.RotateLayout android:id="@+id/thumbnail_rotate_layout" android:layout_width="wrap_content" |