summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Evan Chen <evanxinchen@google.com> 2022-10-13 19:26:27 -0700
committer Evan Chen <evanxinchen@google.com> 2022-10-14 21:46:12 +0000
commit372f1cd0c8d91a91ea858dce01deb3d253cd1a5f (patch)
treecaa058a8444f64bae01c260e0f4eeb1fda1b174f
parent4ed760213f3236bd35192e746ec7e54cc89cd423 (diff)
Remove singleline for the nearby devices textview
We do not need the singleline restriction for the nearby devices textview so that user is able to view the whole name of the device if the device's name is supper long or the display size set to the largest which are very rare. Largest display: https://screenshot.googleplex.com/8HSp6G5jRmaWsCu Normal display: https://screenshot.googleplex.com/8DqtdJHkF5Xr7Xt Test: CTS Fix: 244496214 Change-Id: Ie2a4bff1fb70456bc166c6f0847a57be2e40f0eb
-rw-r--r--packages/CompanionDeviceManager/res/layout/list_item_device.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/CompanionDeviceManager/res/layout/list_item_device.xml b/packages/CompanionDeviceManager/res/layout/list_item_device.xml
index db54ae3aeee9..d4439f9e7e64 100644
--- a/packages/CompanionDeviceManager/res/layout/list_item_device.xml
+++ b/packages/CompanionDeviceManager/res/layout/list_item_device.xml
@@ -39,7 +39,6 @@
android:layout_height="wrap_content"
android:paddingStart="24dp"
android:paddingEnd="24dp"
- android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceListItemSmall"/>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>