diff options
-rw-r--r-- | core/res/res/layout-television/autofill_save.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout-television/autofill_save.xml b/core/res/res/layout-television/autofill_save.xml index ebd2dec3fc0f..e22100829d5b 100644 --- a/core/res/res/layout-television/autofill_save.xml +++ b/core/res/res/layout-television/autofill_save.xml @@ -62,8 +62,9 @@ android:textSize="24sp" /> </LinearLayout> - <com.android.server.autofill.ui.CustomScrollView + <LinearLayout android:id="@+id/autofill_save_custom_subtitle" + android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="4dp" |