diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-13 12:15:42 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-13 12:15:42 +0800 |
commit | 24a0181001f4d4fe97306f1d058dbf89039137cf (patch) | |
tree | dabe796daff7aee8778d0e6efb8c050c3a2f4f75 /res | |
parent | 667870ba798e39407db2dab5fd89d7b560c56ba2 (diff) | |
download | LegacyCamera-24a0181001f4d4fe97306f1d058dbf89039137cf.zip LegacyCamera-24a0181001f4d4fe97306f1d058dbf89039137cf.tar.gz LegacyCamera-24a0181001f4d4fe97306f1d058dbf89039137cf.tar.bz2 |
Change the location of the app icons in the share popup.
bug:5290450
Change-Id: I6880f851e44a67ba8e8d0b1a81bce7f12fd99fd4
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/share_popup.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml index 8012a8b..5bcce78 100644 --- a/res/layout/share_popup.xml +++ b/res/layout/share_popup.xml @@ -25,6 +25,7 @@ <FrameLayout android:id="@+id/root" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:padding="8dp" android:layout_gravity="left|center"> <FrameLayout android:id="@+id/share_view" android:layout_width="wrap_content" @@ -43,18 +44,18 @@ android:adjustViewBounds="true" android:scaleType="fitCenter"/> </com.android.camera.ui.RotateLayout> - <FrameLayout - android:layout_width="@dimen/share_item_width" - android:layout_height="match_parent" - android:layout_gravity="right" - android:background="@color/share_icon_background"> - <ListView android:id="@+id/share_list" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical" - android:choiceMode="singleChoice" - style="@android:style/Widget.Holo.ListView" /> - </FrameLayout> + </FrameLayout> + <FrameLayout + android:layout_width="@dimen/share_item_width" + android:layout_height="match_parent" + android:layout_gravity="right" + android:background="@color/share_icon_background"> + <ListView android:id="@+id/share_list" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:choiceMode="singleChoice" + style="@android:style/Widget.Holo.ListView" /> </FrameLayout> </FrameLayout> </FrameLayout> |