summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-23 14:05:31 -0700
committerYorke Lee <yorkelee@google.com>2014-07-24 12:51:56 -0700
commit8cd9423bd04584acbcbf178bf6a1c1953debb8da (patch)
tree68c75d919a5688ee061f81550a3df348a455c6ef /res/values/dimens.xml
parenta396b7a4d2f9074b57abd6ebdc6e1654d84383e1 (diff)
downloadandroid_packages_apps_Dialer-8cd9423bd04584acbcbf178bf6a1c1953debb8da.tar.gz
android_packages_apps_Dialer-8cd9423bd04584acbcbf178bf6a1c1953debb8da.tar.bz2
android_packages_apps_Dialer-8cd9423bd04584acbcbf178bf6a1c1953debb8da.zip
Add voicemail transcriptions to Dialer
* Display voicemail transcriptions in the call log and call details activity in the Dialer * Fix a bug in CallDetailActivity that would result in multiple instances of VoicemailPlaybackFragment being added on rotation. Now, reuse the same fragment if it is already present in the FragmentManager, to avoid creating new ones * Simplify some test and ctor logic in PhoneCallDetails to reduce the pain of adding new fields into PhoneCallDetails * Simplified playback_layout.xml to remove unnecessary parent LinearLayouts Bug: 16320164 Change-Id: Ie68acc9058aace49d8e64f44a0128de0b6a3f842
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index b7aceef28..176680ee6 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -40,6 +40,8 @@
<dimen name="call_detail_bottom_margin">32dp</dimen>
<dimen name="call_detail_header_top_margin">24dp</dimen>
<dimen name="call_detail_translation_z">0.5dp</dimen>
+ <dimen name="transcription_top_margin">18dp</dimen>
+ <dimen name="transcription_bottom_margin">18dp</dimen>
<!-- Size of call provider icon width and height -->
<dimen name="call_provider_small_icon_size">12dp</dimen>