From e431df2036153c739bfe9a6e589632dc5a16f1f4 Mon Sep 17 00:00:00 2001 From: ykhung Date: Fri, 15 Apr 2022 14:56:21 +0800 Subject: [PATCH] Remove singeLine attribute in the usage chart divider Remove the android:singleLine attribute in the expand divider layout to support other language to avoid the content is truncated. old screenshot: https://screenshot.googleplex.com/7JCnrQAXJM8zjMM Bug: 229265247 Test: N/A Change-Id: I9038e69a9ab035b4e0599ca20e11fbccd471f76f --- res/layout/preference_expand_divider.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/preference_expand_divider.xml b/res/layout/preference_expand_divider.xml index ce3d2e76f26..9b766881183 100644 --- a/res/layout/preference_expand_divider.xml +++ b/res/layout/preference_expand_divider.xml @@ -34,7 +34,6 @@ android:layout_height="wrap_content" android:layout_weight="1" android:paddingEnd="4dp" - android:singleLine="true" android:textAlignment="viewStart" style="@style/PreferenceCategoryTitleTextStyle"/>