diff options
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 99d76b0..b0d2034 100644 --- a/res/layout/viewimage.xml +++ b/res/layout/viewimage.xml @@ -87,7 +87,7 @@ android:focusable="true" android:layout_alignParentRight="true" android:layout_alignParentTop="true" - android:layout_marginRight="50dip" + android:layout_marginRight="10dip" android:layout_marginTop="10dip" android:scaleType="center"/> @@ -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="15dip" + android:layout_marginRight="38dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> |