summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-08-29 20:04:47 +0800
committerWu-cheng Li <wuchengli@google.com>2011-08-29 20:07:49 +0800
commite6497af99de5581517eee8319ff894962027b47c (patch)
tree94aca2bf88581471230ecd899ae57bd2a445e5ea
parentc2fe2b3f1360e4c6ec3abac15e523f15c29d28bc (diff)
downloadLegacyCamera-e6497af99de5581517eee8319ff894962027b47c.zip
LegacyCamera-e6497af99de5581517eee8319ff894962027b47c.tar.gz
LegacyCamera-e6497af99de5581517eee8319ff894962027b47c.tar.bz2
Change the dim amount of the share icon background.
bug:5157438 Change-Id: I44d2eb6f0f7d35c4cb93f4d1d62da230be86a69b
-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>