Merge "UI Tweak for eSIM related" into pi-dev am: 2a6b9ff315

am: c3d81ef8ab

Change-Id: Id80cd9d315dd63fb7bcd4bdd44798675de1d9595
This commit is contained in:
Qingxi Li
2018-03-20 23:22:13 +00:00
committed by android-build-merger
5 changed files with 42 additions and 11 deletions

View File

@@ -116,6 +116,7 @@
</LinearLayout>
</LinearLayout>
<include layout="@layout/reset_esim_checkbox"
android:layout_marginTop="40dp"
android:id="@+id/erase_esim_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

View File

@@ -30,6 +30,7 @@
android:paddingEnd="@dimen/reset_checkbox_padding_end"
android:focusable="false"
android:clickable="false"
android:checked="true"
android:duplicateParentState="true" />
<LinearLayout