summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiqun Wu <yiqunw@google.com>2019-10-01 15:29:54 -0700
committerYiqun Wu <yiqunw@google.com>2019-10-01 15:29:54 -0700
commitb99c297b361493284ade84b27003324608bf7931 (patch)
tree354523ee4dea6965f75126155000aa641ee2b786
parented94d6a42b12daff7f6696de315a312918478dd4 (diff)
downloadDialer-b99c297b361493284ade84b27003324608bf7931.tar.gz
Support user avatar and phone label in portrait mode.
Fixes: 141330473 Test: manually Change-Id: Idffb2aca263e7b3485f5c33cafb10f0b82d3e1f6
-rw-r--r--res/layout-port/dialpad_fragment.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/res/layout-port/dialpad_fragment.xml b/res/layout-port/dialpad_fragment.xml
index 1581dbdc..fffbf707 100644
--- a/res/layout-port/dialpad_fragment.xml
+++ b/res/layout-port/dialpad_fragment.xml
@@ -54,13 +54,10 @@
app:layout_constraintStart_toEndOf="@id/title"
app:layout_constraintEnd_toEndOf="@id/dialpad_fragment"/>
- <TextView
- android:id="@+id/display_name"
+ <include
+ layout="@layout/dialpad_user_profile"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textAppearance="@style/TextAppearance.DialpadDisplayName"
- android:focusable="true"
- android:singleLine="true"
app:layout_constraintTop_toBottomOf="@id/title"
app:layout_constraintBottom_toTopOf="@id/dialpad_fragment"
app:layout_constraintStart_toStartOf="parent"