summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-09-14 14:46:40 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-01-07 01:31:37 +0200
commit765faad61f38b7de37ecd7f88155e80a77ac1f29 (patch)
treee58141e98b108877ae5aa25be4ebbfd726ea2877 /res/values
parent0db0c90a4d5d8cdf8610741c69bb798ab1ded8be (diff)
downloadandroid_packages_apps_Dialer-765faad61f38b7de37ecd7f88155e80a77ac1f29.tar.gz
android_packages_apps_Dialer-765faad61f38b7de37ecd7f88155e80a77ac1f29.tar.bz2
android_packages_apps_Dialer-765faad61f38b7de37ecd7f88155e80a77ac1f29.zip
Update SpinnerContent class from CM 13.
Change-Id: I5743da53e8e140131c3cfcb1ac23a363252d45ad
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml4
-rw-r--r--res/values/strings.xml4
-rw-r--r--res/values/styles.xml6
3 files changed, 9 insertions, 5 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 19255155c..1314f5e07 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -46,4 +46,8 @@
<string name="speed_dial_edit_title">Edit speed dial <xliff:g id="index" example="2">%1$d</xliff:g></string>
<string name="speed_dial_input_hint">Please enter a number</string>
+
+ <string name="call_log_show_all_slots">All SIMs</string>
+ <string name="call_log_all_calls_header">All calls</string>
+ <string name="call_log_blacklist_header">Blocked calls only</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2a4883700..2bbc5b722 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1126,10 +1126,6 @@ e mode.</string>
<string name="no">No</string>
- <string name="call_log_show_all_slots">All SIMs</string>
-
- <string name="call_log_all_calls_header">All calls</string>
-
<!-- Text displayed when the list of incoming calls is empty -->
<string name="recentIncoming_empty">You have no incoming calls.</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index dbe32447a..7049ce013 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -440,11 +440,15 @@
</style>
<style name="CallLogSpinnerStyle">
- <item name="android:textSize">@dimen/call_log_spinner_text_size</item>
+ <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
+ <item name="android:textStyle">bold</item>
+ <item name="android:textColor">@android:color/black</item>
<item name="android:gravity">center_vertical</item>
<item name="android:ellipsize">marquee</item>
<item name="android:singleLine">true</item>
+ <item name="android:textAllCaps">true</item>
</style>
+
<style name="NOCallLOG">
<item name="android:textStyle">bold</item>
<item name="android:textColor">#000000</item>