From 372f1cd0c8d91a91ea858dce01deb3d253cd1a5f Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Thu, 13 Oct 2022 19:26:27 -0700 Subject: 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 --- packages/CompanionDeviceManager/res/layout/list_item_device.xml | 3 +-- 1 file changed, 1 insertion(+), 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"/> - \ No newline at end of file + -- cgit v1.2.3-59-g8ed1b