diff --git a/res/drawable/ic_delete_accent.xml b/res/drawable/ic_delete_accent.xml new file mode 100644 index 00000000000..86a9ccacd40 --- /dev/null +++ b/res/drawable/ic_delete_accent.xml @@ -0,0 +1,31 @@ + + + + + + diff --git a/res/layout/master_clear.xml b/res/layout/master_clear.xml index 921347e655e..247eedc407f 100644 --- a/res/layout/master_clear.xml +++ b/res/layout/master_clear.xml @@ -14,122 +14,125 @@ limitations under the License. --> - + android:orientation="vertical" + android:theme="@style/SuwThemeGlifV3.Light" + android:icon="@drawable/ic_delete_accent" + app:suwHeaderText="@string/master_clear_title"> + android:id="@+id/master_clear_scrollview" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginStart="@dimen/reset_master_clear_margin_start" + android:layout_marginEnd="@dimen/reset_master_clear_margin_end"> + + - + - + - + - + android:text="@string/master_clear_accounts"/> + - - + - + - + + + - - + android:layout_gravity="center_vertical" + android:orientation="vertical"> + android:text="@string/erase_external_storage"/> + android:text="@string/erase_external_storage_description"/> - + -