summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/share_popup.xml4
-rw-r--r--res/values/colors.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/share_popup.xml b/res/layout/share_popup.xml
index 7d386ff..8012a8b 100644
--- a/res/layout/share_popup.xml
+++ b/res/layout/share_popup.xml
@@ -21,7 +21,7 @@
xmlns:camera="http://schemas.android.com/apk/res/com.android.camera"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/dim_background">
+ android:background="@color/share_popup_background">
<FrameLayout android:id="@+id/root"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -47,7 +47,7 @@
android:layout_width="@dimen/share_item_width"
android:layout_height="match_parent"
android:layout_gravity="right"
- android:background="@color/dim_background">
+ android:background="@color/share_icon_background">
<ListView android:id="@+id/share_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 8f9e5ca..2ef40b4 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -25,5 +25,6 @@
<color name="icon_disabled_color">#DD777777</color>
<color name="time_lapse_arc">#FFC5C5C5</color>
<color name="dark_gray">#151515</color>
- <color name="dim_background">#B0000000</color>
+ <color name="share_popup_background">#B0000000</color>
+ <color name="share_icon_background">#40000000</color>
</resources>