[Strings + layout] Minor changes for eSIM erase.

1. String changes (uniform on both screens now)
2. Minor non-functional layout changes (margin is uniform now)

Reset everything: https://screenshot.googleplex.com/OZsvOt36CZf
Reset networks: https://screenshot.googleplex.com/in0vdOAeF7u

Change-Id: I92d068c3731f6915c8d393d94ac8c25a3c8ed773
Fix: 119120504
Test: on device
This commit is contained in:
Hunter Knepshield
2019-03-14 15:04:36 -07:00
parent 60d64cecd4
commit e8e86e631a
6 changed files with 11 additions and 25 deletions

View File

@@ -40,10 +40,7 @@
android:textDirection="locale"
android:text="@string/reset_network_desc" />
<include layout="@layout/reset_esim_checkbox"
android:id="@+id/erase_esim_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<include layout="@layout/reset_esim_checkbox"/>
</LinearLayout>