Fix the font size inconsistency on "Erase all data" page.

Update "sud_layout_description" to "sud_layout_subtitle", because the
"sud_layout_description" is outdated and working not as expected.

Bug: 235315492
Test: Manually test on device
Change-Id: Ic48282e4cbcbff6e0bf2c27f512123770cce0788
This commit is contained in:
Automerger Merge Worker
2022-07-06 06:24:38 +00:00
committed by Kelly Zhang
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
<TextView
style="@style/TextAppearance.PreferenceTitle.SettingsLib"
android:id="@+id/sud_layout_description"
android:id="@+id/sud_layout_subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/main_clear_desc"/>

View File

@@ -30,7 +30,7 @@
android:orientation="vertical">
<TextView
android:id="@+id/sud_layout_description"
android:id="@+id/sud_layout_subtitle"
style="@style/TextAppearance.PreferenceTitle.SettingsLib"
android:layout_width="wrap_content"
android:layout_height="wrap_content"