diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-04-20 16:36:25 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-04-20 16:36:25 +0800 |
commit | 92d637020ac778948896b38c2b90fac44a97a10f (patch) | |
tree | b4eb6f86abae242a8765a0a557e61e00eebeb67f /res | |
parent | 6258c6fa96284a719f1ed35e2ce2da1f1eadebc1 (diff) | |
download | LegacyCamera-92d637020ac778948896b38c2b90fac44a97a10f.zip LegacyCamera-92d637020ac778948896b38c2b90fac44a97a10f.tar.gz LegacyCamera-92d637020ac778948896b38c2b90fac44a97a10f.tar.bz2 |
Tweak button spacing.
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/post_picture_panel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/post_picture_panel.xml b/res/layout/post_picture_panel.xml index 4aed698..54aea73 100644 --- a/res/layout/post_picture_panel.xml +++ b/res/layout/post_picture_panel.xml @@ -28,14 +28,14 @@ android:id="@+id/attach" android:drawableTop="@drawable/ic_menu_attach" android:text="@string/camera_attach" - android:layout_marginLeft="30dip" + android:layout_marginLeft="20dip" style="@style/OnscreenActionIcon" /> <com.android.camera.ActionMenuButton android:id="@+id/cancel" android:drawableTop="@drawable/ic_menu_cancel" android:text="@string/camera_cancel" - android:layout_marginLeft="30dip" + android:layout_marginLeft="20dip" style="@style/OnscreenActionIcon" /> </LinearLayout> |