diff options
| author | 2022-10-15 05:15:19 +0000 | |
|---|---|---|
| committer | 2022-10-15 05:15:19 +0000 | |
| commit | 093d543c6f6e0880362d3c6fe2a91fe8adde6747 (patch) | |
| tree | 08119d8eb1f8b29a73c152f54d9f92ed509c4728 | |
| parent | 1797647903a1bfdc4428670a08ecdd0e8b425913 (diff) | |
| parent | 372f1cd0c8d91a91ea858dce01deb3d253cd1a5f (diff) | |
Merge "Remove singleline for the nearby devices textview" into tm-qpr-dev
| -rw-r--r-- | packages/CompanionDeviceManager/res/layout/list_item_device.xml | 3 |
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> |