summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-08-18 14:02:22 -0700
committercretin45 <cretin45@gmail.com>2015-08-18 16:43:34 -0700
commit62db4521887b19c9adcbfcf5ecf2df27a9447923 (patch)
tree9ca1da474cb36e3d2bfef16887cd1ed406d7e0e8 /res/values/colors.xml
parentca721f949c5acb705b9728e68b3eaf789cdc960d (diff)
downloadpackages_apps_SetupWizard-62db4521887b19c9adcbfcf5ecf2df27a9447923.zip
packages_apps_SetupWizard-62db4521887b19c9adcbfcf5ecf2df27a9447923.tar.gz
packages_apps_SetupWizard-62db4521887b19c9adcbfcf5ecf2df27a9447923.tar.bz2
SetupWizard: Wait for data sim change
When changing the default data sim for msim, disable the next action until the operation completes. This PS also refactors how the wait for radio logic a bit. CRACKLING-503 Change-Id: I38ba3ea00f63d3e42c260e5b0e8558c3bc9d347f
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 7943291..34110b7 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -24,7 +24,8 @@
<color name="accent">#009789</color>
<color name="primary_text">#8a000000</color>
<color name="secondary_text">#727272</color>
- <color name="button_bar_text">#1e1e1e</color>
+ <color name="button_bar_text_enabled">#ff1e1e1e</color>
+ <color name="button_bar_text_disabled">#321e1e1e</color>
<color name="divider">#40000000</color>
<color name="header_bg">@color/primary</color>
<color name="header_condensed_bg">@color/primary_dark</color>