diff options
Diffstat (limited to 'res/layout/share_popup.xml')
-rw-r--r-- | res/layout/share_popup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml index f57e1d7..1bae66b 100644 --- a/res/layout/share_popup.xml +++ b/res/layout/share_popup.xml @@ -25,8 +25,8 @@ <FrameLayout android:id="@+id/root" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="left|center" - android:background="@android:color/black"> + android:padding="8dp" + android:layout_gravity="left|center"> <RelativeLayout android:id="@+id/share_view" android:layout_width="wrap_content" android:layout_height="wrap_content" |