The list does not follow the UX dialog design doc in alert dialog.
Please refer the comment#1 at bug and there are change below - the divider is 4dp - the item's radius is different in the list. Bug: 216233391 Test: manual test: check the UI make RunSettingsRoboTests ROBOTEST_FILTER=SimListDialogFragmentTest (PASS) Change-Id: I758d60202fcf477aeb49014e60b949e7ad08c082 Merged-In: I758d60202fcf477aeb49014e60b949e7ad08c082
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?attr/listPreferredItemHeightSmall"
|
||||
android:background="@drawable/sim_confirm_dialog_rounded_bg"
|
||||
android:gravity="center">
|
||||
<TextView android:id="@+id/title"
|
||||
android:textAppearance="@style/TextAppearance.SimConfirmDialogList"
|
||||
|
@@ -25,6 +25,5 @@
|
||||
android:paddingBottom="?attr/listPreferredItemPaddingEnd"
|
||||
android:paddingLeft="?attr/listPreferredItemPaddingLeft"
|
||||
android:paddingRight="?attr/listPreferredItemPaddingRight"
|
||||
android:background="@drawable/sim_confirm_dialog_rounded_bg"
|
||||
android:textAppearance="@style/TextAppearance.SimConfirmDialogList"
|
||||
/>
|
||||
|
@@ -26,15 +26,19 @@
|
||||
android:paddingEnd="24dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingBottom="32dp"
|
||||
android:gravity="center"
|
||||
android:textAppearance="@style/TextAppearance.DialogMessage"/>
|
||||
android:textAppearance="@style/TextAppearance.DialogMessage"
|
||||
android:visibility="gone"/>
|
||||
<ListView
|
||||
android:id="@+id/carrier_list"
|
||||
android:layout_gravity="center"
|
||||
android:paddingTop="16dp"
|
||||
android:dividerHeight="1dp"
|
||||
android:divider="?android:attr/colorBackgroundFloating"
|
||||
android:dividerHeight="4dp"
|
||||
android:background="@drawable/sim_confirm_dialog_rounded_bg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/info_outline_layout"
|
||||
@@ -46,7 +50,8 @@
|
||||
android:paddingTop="16dp"
|
||||
android:paddingStart="24dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:baselineAligned="true">
|
||||
android:baselineAligned="true"
|
||||
android:visibility="gone">
|
||||
<ImageView
|
||||
android:src="@drawable/ic_info_outline_24dp"
|
||||
android:layout_width="wrap_content"
|
||||
|
Reference in New Issue
Block a user