diff options
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> |