summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-25 10:43:21 -0700
committerAndrew Lee <anwlee@google.com>2015-06-25 14:48:32 -0700
commitd88b985229a07b79485cf63f46fa180fd5fe35bd (patch)
tree2cf870de832470aeb4441011a0e3375da413a8ab /res/values/styles.xml
parent0feab0229c1c70248ca411d0e95f79aa2ac70c00 (diff)
Revise layout/style of VoicemailPlaybackLayout.
- Delete now-unused old icons. + Add new material icons for voicemail playback. + Rearrange buttons, padding/spacing. + Change ripple feedback when pressing button. + Use different text fields for total duration and state labels. Bug: 22070564 Change-Id: Ibc9b9908154ac0a846f828bb9707a61ab15f8ba5
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7d5d42f8f..987ef4808 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -232,4 +232,15 @@
<item name="android:singleLine">true</item>
<item name="android:textAllCaps">true</item>
</style>
+
+ <style name="VoicemailPlaybackLayoutTextStyle">
+ <item name="android:textSize">14sp</item>
+ </style>
+
+ <style name="VoicemailPlaybackLayoutButtonStyle">
+ <item name="android:layout_width">56dp</item>
+ <item name="android:layout_height">56dp</item>
+ <item name="android:background">@drawable/oval_ripple</item>
+ <item name="android:padding">8dp</item>
+ </style>
</resources>