summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout/activity_chooser_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout/activity_chooser_view.xml')
-rw-r--r--core/res/res/layout/activity_chooser_view.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/activity_chooser_view.xml b/core/res/res/layout/activity_chooser_view.xml
index ccf49fc..902b3c0 100644
--- a/core/res/res/layout/activity_chooser_view.xml
+++ b/core/res/res/layout/activity_chooser_view.xml
@@ -25,11 +25,11 @@
<ImageButton android:id="@+id/default_activity_button"
android:layout_width="32dip"
android:layout_height="32dip"
- android:layout_marginLeft="16dip" />
+ android:layout_marginRight="8dip" />
<ImageButton android:id="@+id/expand_activities_button"
android:layout_width="32dip"
android:layout_height="32dip"
- android:layout_marginLeft="16dip" />
+ android:layout_marginLeft="8dip" />
</LinearLayout>