diff options
| author | 2023-10-12 20:38:07 +0000 | |
|---|---|---|
| committer | 2023-10-12 20:38:07 +0000 | |
| commit | 4d8f36bcb7449dd891a5de02ad8b1e570f020bb6 (patch) | |
| tree | 48181fd1196c0b060567ce69aa50e5a3666d0c42 | |
| parent | 118f73a5a6b29c55e637c0687480cf10842c30ab (diff) | |
| parent | 31000f26cb53e22535da135b873fac4f0ad47f70 (diff) | |
Merge "Fixes failing CTS tests for custom description in save dialog. Screenshots showing no changes from before: http://shortn/_n52tNerWx6" into udc-qpr-dev am: 31000f26cb
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24929524
Change-Id: If2ca95ede7c97526a0425554033a41de5b802e76
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/res/res/layout/autofill_save.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/autofill_save.xml b/core/res/res/layout/autofill_save.xml index 8b6c90141bb7..27f8138ac5e3 100644 --- a/core/res/res/layout/autofill_save.xml +++ b/core/res/res/layout/autofill_save.xml @@ -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> |