summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDake Gu <dake@google.com>2018-05-12 01:50:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-05-12 01:50:03 +0000
commitba96b97aab8bb28d6d649733a5b72539e8b37b51 (patch)
treef0a95031c2773bf59e98463791920e72a5fd54d9
parent765801d5fb5cb9083e5a7d38850c7a8b9770abb5 (diff)
parent3da7eee106e3a746eeec5c954025d0cf6329b1bb (diff)
Merge "autofill save: do not focus on custom sub title for TV" into pi-dev
-rw-r--r--core/res/res/layout-television/autofill_save.xml3
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"