diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-19 10:57:35 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-19 10:57:35 -0800 |
commit | d8bccef54d490ce562e61fc907201da0c666314e (patch) | |
tree | f254350cce4028765c3b357809cbca4784b18d02 /res/layout/viewimage.xml | |
parent | 5055ba62e22becc9c8d03898b80cda8ed68cfe80 (diff) | |
download | packages_apps_LegacyCamera-d8bccef54d490ce562e61fc907201da0c666314e.zip packages_apps_LegacyCamera-d8bccef54d490ce562e61fc907201da0c666314e.tar.gz packages_apps_LegacyCamera-d8bccef54d490ce562e61fc907201da0c666314e.tar.bz2 |
auto import from //branches/cupcake/...@132276
Diffstat (limited to 'res/layout/viewimage.xml')
-rw-r--r-- | res/layout/viewimage.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/viewimage.xml b/res/layout/viewimage.xml index 8d52ea1..a1c9d4d 100644 --- a/res/layout/viewimage.xml +++ b/res/layout/viewimage.xml @@ -88,7 +88,7 @@ android:layout_alignParentRight="true" android:layout_alignParentTop="true" android:layout_marginRight="50dip" - android:layout_marginTop="12dip" + android:layout_marginTop="10dip" android:scaleType="center"/> <LinearLayout @@ -96,7 +96,7 @@ android:id="@+id/action_icon_panel" android:layout_alignBottom="@id/shutter_button" android:layout_toLeftOf="@id/shutter_button" - android:layout_marginRight="27dip" + android:layout_marginRight="15dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> |