Loading res/layout/master_clear.xml +4 −4 Original line number Diff line number Diff line Loading @@ -35,28 +35,28 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:includeFontPadding="false" android:textSize="18sp" android:text="@string/master_clear_desc" /> <TextView android:id="@+id/also_erases_external" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:includeFontPadding="false" android:visibility="gone" android:textSize="18sp" android:text="@string/master_clear_desc_also_erases_external" /> <TextView android:id="@+id/also_erases_esim" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:includeFontPadding="false" android:visibility="gone" android:textSize="18sp" android:text="@string/master_clear_desc_also_erases_esim" /> <TextView android:id="@+id/accounts_label" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:visibility="gone" android:textSize="18sp" android:text="@string/master_clear_accounts" /> <LinearLayout android:id="@+id/accounts" android:layout_width="wrap_content" Loading res/values/styles.xml +5 −0 Original line number Diff line number Diff line Loading @@ -495,4 +495,9 @@ <item name="android:paddingBottom">24dp</item> </style> <style name="master_clear_item_label" parent="android:Widget.TextView"> <item name="android:textDirection">locale</item> <item name="android:textSize">18sp</item> </style> </resources> Loading
res/layout/master_clear.xml +4 −4 Original line number Diff line number Diff line Loading @@ -35,28 +35,28 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:includeFontPadding="false" android:textSize="18sp" android:text="@string/master_clear_desc" /> <TextView android:id="@+id/also_erases_external" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:includeFontPadding="false" android:visibility="gone" android:textSize="18sp" android:text="@string/master_clear_desc_also_erases_external" /> <TextView android:id="@+id/also_erases_esim" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:includeFontPadding="false" android:visibility="gone" android:textSize="18sp" android:text="@string/master_clear_desc_also_erases_esim" /> <TextView android:id="@+id/accounts_label" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/master_clear_item_label" android:visibility="gone" android:textSize="18sp" android:text="@string/master_clear_accounts" /> <LinearLayout android:id="@+id/accounts" android:layout_width="wrap_content" Loading
res/values/styles.xml +5 −0 Original line number Diff line number Diff line Loading @@ -495,4 +495,9 @@ <item name="android:paddingBottom">24dp</item> </style> <style name="master_clear_item_label" parent="android:Widget.TextView"> <item name="android:textDirection">locale</item> <item name="android:textSize">18sp</item> </style> </resources>