Loading res/layout/reset_esim_checkbox.xml +2 −2 Original line number Diff line number Diff line Loading @@ -43,13 +43,13 @@ android:orientation="vertical"> <TextView style="@style/TextAppearance.SudGlifItemTitle" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/reset_esim_title"/> <TextView style="@style/TextAppearance.SudGlifItemSummary" style="?android:attr/textAppearanceSmall" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/reset_esim_desc"/> Loading res/layout/reset_network.xml +3 −3 Original line number Diff line number Diff line Loading @@ -18,12 +18,12 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:orientation="vertical" > <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="0dip" android:layout_marginStart="@dimen/reset_network_margin_start" android:layout_marginEnd="@dimen/reset_network_margin_end" android:layout_marginTop="12dp" android:layout_weight="1"> <LinearLayout Loading @@ -33,7 +33,7 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="18sp" android:textAppearance="@style/TextAppearance.PreferenceTitle.SettingsLib" android:textDirection="locale" android:text="@string/reset_network_desc" /> <include layout="@layout/reset_esim_checkbox"/> Loading res/layout/reset_network_confirm.xml +3 −3 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="1" android:layout_marginStart="@dimen/reset_network_margin_start" android:layout_marginEnd="@dimen/reset_network_margin_end" android:layout_marginStart="?android:attr/listPreferredItemPaddingStart" android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd" android:layout_marginTop="12dp" android:textSize="18sp" android:textAppearance="@style/TextAppearance.PreferenceTitle.SettingsLib" android:text="@string/reset_network_final_desc" /> <Button android:id="@+id/execute_reset_network" Loading res/values/styles.xml +3 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,9 @@ <item name="android:scaleY">0.5</item> </style> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"> <item name="android:theme">@style/RoundedCornerThemeOverlay</item> </style> <style name="ActionSecondaryButton" parent="android:Widget.DeviceDefault.Button"/> <style name="RoundedCornerThemeOverlay"> Loading Loading
res/layout/reset_esim_checkbox.xml +2 −2 Original line number Diff line number Diff line Loading @@ -43,13 +43,13 @@ android:orientation="vertical"> <TextView style="@style/TextAppearance.SudGlifItemTitle" style="@style/TextAppearance.PreferenceTitle.SettingsLib" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/reset_esim_title"/> <TextView style="@style/TextAppearance.SudGlifItemSummary" style="?android:attr/textAppearanceSmall" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/reset_esim_desc"/> Loading
res/layout/reset_network.xml +3 −3 Original line number Diff line number Diff line Loading @@ -18,12 +18,12 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" android:orientation="vertical" > <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="0dip" android:layout_marginStart="@dimen/reset_network_margin_start" android:layout_marginEnd="@dimen/reset_network_margin_end" android:layout_marginTop="12dp" android:layout_weight="1"> <LinearLayout Loading @@ -33,7 +33,7 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="18sp" android:textAppearance="@style/TextAppearance.PreferenceTitle.SettingsLib" android:textDirection="locale" android:text="@string/reset_network_desc" /> <include layout="@layout/reset_esim_checkbox"/> Loading
res/layout/reset_network_confirm.xml +3 −3 Original line number Diff line number Diff line Loading @@ -22,10 +22,10 @@ android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="1" android:layout_marginStart="@dimen/reset_network_margin_start" android:layout_marginEnd="@dimen/reset_network_margin_end" android:layout_marginStart="?android:attr/listPreferredItemPaddingStart" android:layout_marginEnd="?android:attr/listPreferredItemPaddingEnd" android:layout_marginTop="12dp" android:textSize="18sp" android:textAppearance="@style/TextAppearance.PreferenceTitle.SettingsLib" android:text="@string/reset_network_final_desc" /> <Button android:id="@+id/execute_reset_network" Loading
res/values/styles.xml +3 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,9 @@ <item name="android:scaleY">0.5</item> </style> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"> <item name="android:theme">@style/RoundedCornerThemeOverlay</item> </style> <style name="ActionSecondaryButton" parent="android:Widget.DeviceDefault.Button"/> <style name="RoundedCornerThemeOverlay"> Loading