summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiqun Wu <yiqunw@google.com>2019-10-01 21:43:35 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-01 21:43:35 -0700
commit2e56557d81dcfecbab63731685d22fef04dfd5ef (patch)
tree68596a60fb2cedcb22f6df502beedac302e3efbe
parent584fd5f59f3bf20a6ebaa96b8fdb313c8c4ace64 (diff)
parent6c9c1f34ff0c6d46c0582eed9c2f51d301b0388b (diff)
downloadDialer-2e56557d81dcfecbab63731685d22fef04dfd5ef.tar.gz
Support user avatar and phone label in portrait mode. am: b99c297b36 am: 64c11a7381 am: b74ee2bc10
am: 6c9c1f34ff Change-Id: I8e07998fccd7dc0d4cd89f5e31aad5a94658d527
-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"