summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-02-22 11:30:37 -0800
committerRichard MacGregor <rmacgregor@cyngn.com>2016-04-08 10:42:50 -0700
commit0cd7e34f9adbf124b77720d01e5202b34823adb1 (patch)
tree630876469b7d4dac901397e433b1b5854947fd23
parent30dc7856360ba4ab0903544cd3a44b9af1c3ea23 (diff)
downloadandroid_packages_apps_PhoneCommon-0cd7e34f9adbf124b77720d01e5202b34823adb1.tar.gz
android_packages_apps_PhoneCommon-0cd7e34f9adbf124b77720d01e5202b34823adb1.tar.bz2
android_packages_apps_PhoneCommon-0cd7e34f9adbf124b77720d01e5202b34823adb1.zip
[2/2] update credit colors
Change-Id: I731842a7c1b24ca659e21a671ee25fa4713d0967
-rw-r--r--res/layout/dialpad_view_unthemed.xml3
-rw-r--r--res/values/cm_colors.xml2
2 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/dialpad_view_unthemed.xml b/res/layout/dialpad_view_unthemed.xml
index 8228f3f..7ff0280 100644
--- a/res/layout/dialpad_view_unthemed.xml
+++ b/res/layout/dialpad_view_unthemed.xml
@@ -28,6 +28,7 @@
<LinearLayout
android:id="@+id/rate_container"
android:layout_width="match_parent"
+ android:background="@color/credit_banner_background"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
@@ -53,6 +54,7 @@
<TextView android:id="@+id/ild_country"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textColor="@color/credit_banner_text"
android:layout_gravity="start" />
</LinearLayout>
@@ -70,6 +72,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:textStyle="bold"
+ android:textColor="@color/credit_banner_text"
android:layout_gravity="end" />
</LinearLayout>
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index 5e63e5b..36ed0ae 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -12,4 +12,6 @@
<color name="overflow_tint_color">#b3b3b3</color>
+ <color name="credit_banner_background">#effafe</color>
+ <color name="credit_banner_text">#00adef</color>
</resources> \ No newline at end of file