summaryrefslogtreecommitdiff
path: root/java/com/android/dialer
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-13 19:55:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-13 19:55:04 +0000
commit0263423e5b344493de6daf60beed609edee6266f (patch)
tree584605502a9cbb628433cde48cdf9c95c0cd31c5 /java/com/android/dialer
parent438a1d1dfcbc44b3760cc2305043332c25880201 (diff)
parent6a65954b73d61336af214ca4aed39a7ba679eb62 (diff)
Merge "Add 6dp spacing between transcription and secondary text for nui vm"
Diffstat (limited to 'java/com/android/dialer')
-rw-r--r--java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
index c948ca17b..8dbe96117 100644
--- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
+++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml
@@ -73,12 +73,13 @@
android:singleLine="true"/>
</LinearLayout>
- <!-- TODO(a bug): Fix text cropping issue, make text selectable -->
+ <!-- TODO(a bug): Make text selectable -->
<TextView
android:id="@+id/transcription_text"
style="@style/PrimaryText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginTop="6dp"
android:layout_gravity="center_vertical"
android:textSize="@dimen/voicemail_transcription_text_size"
android:visibility="gone"/>