Skip to content
Snippets Groups Projects
Commit 94596d90 authored by Charles Wang's avatar Charles Wang
Browse files

Fixes failing CTS tests for Save dialog

Screenshots showing no changes from before: http://shortn/_n52tNerWx6

Test: atest CtsAutofillServiceTestCases
Bug: b/301709010
Change-Id: I29f9bcf58462d4a570f395594ab83d94fcbaff55
parent 47e98e29
No related branches found
No related tags found
No related merge requests found
......@@ -60,10 +60,11 @@
android:gravity="center"
android:textAppearance="@style/AutofillSaveUiTitle">
</TextView>
<LinearLayout
<FrameLayout
android:id="@+id/autofill_save_custom_subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="0dp"
android:visibility="gone"/>
</LinearLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment