summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/share_popup.xml4
-rw-r--r--res/values/colors.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml
index 1bae66b..f57e1d7 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:padding="8dp"
- android:layout_gravity="left|center">
+ android:layout_gravity="left|center"
+ android:background="@android:color/black">
<RelativeLayout android:id="@+id/share_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 8551a16..e5e08c2 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -25,7 +25,7 @@
<color name="icon_disabled_color">#DD777777</color>
<color name="time_lapse_arc">#FFC5C5C5</color>
<color name="dark_gray">#151515</color>
- <color name="share_popup_background">#C0000000</color>
+ <color name="share_popup_background">#B0000000</color>
<color name="share_icon_background">#40000000</color>
<color name="indicator_background">#40000000</color>
<color name="pano_custom_dialog_background">#FF666666</color>