Merge "Fix first item not a11y focusable in SimListDialog" into tm-dev am: 122d28ea09 am: e5c954ceb3 am: 16fcd82ba9 am: 4aac747c2a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/18090785

Change-Id: I70d9d64afd656bec15363983da7ba8eab057c585
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chaohui Wang
2022-05-04 08:22:19 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 10 deletions

View File

@@ -38,6 +38,8 @@
android:background="@drawable/sim_confirm_dialog_rounded_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sims_select_margin_top"
android:layout_marginBottom="@dimen/sims_select_margin_bottom"
android:visibility="gone"/>
<LinearLayout