Skip to content

Commit

Permalink
Remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Jan 12, 2024
1 parent aca8731 commit b4248f0
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 123 deletions.
12 changes: 0 additions & 12 deletions app/src/main/res/drawable/style_preview_bottom.xml

This file was deleted.

8 changes: 0 additions & 8 deletions app/src/main/res/drawable/style_preview_container.xml

This file was deleted.

12 changes: 0 additions & 12 deletions app/src/main/res/drawable/style_preview_top_left.xml

This file was deleted.

12 changes: 0 additions & 12 deletions app/src/main/res/drawable/style_preview_top_right.xml

This file was deleted.

4 changes: 0 additions & 4 deletions app/src/main/res/layout/view_radio_button.xml

This file was deleted.

53 changes: 0 additions & 53 deletions app/src/main/res/layout/view_radio_dialog.xml

This file was deleted.

6 changes: 3 additions & 3 deletions app/src/main/res/layout/view_widget_seekbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@

<ImageView
android:id="@+id/reset"
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_width="@dimen/reset_icon_size"
android:layout_height="@dimen/reset_icon_size"
android:layout_gravity="end|center"
android:layout_marginVertical="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="22dp"
android:alpha="0.6"
android:alpha="0.4"
android:contentDescription="@string/reset"
android:foreground="?attr/selectableItemBackground"
android:src="@drawable/ic_reset"
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="module_scope" translatable="false">
<item>com.android.systemui</item>
</string-array>

<string-array name="monet_style">
<item>@string/monet_neutral</item>
<item>@string/monet_monochrome</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="reset_icon_size">22dp</dimen>
<dimen name="reset_icon_size">28dp</dimen>
<dimen name="about_button_icon_size">22dp</dimen>
<dimen name="default_corner_radius">12dp</dimen>
<dimen name="container_margin_horizontal">16dp</dimen>
Expand Down
14 changes: 0 additions & 14 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="radioButtonStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:minHeight">0dp</item>
<item name="android:minWidth">0dp</item>
<item name="android:layout_marginTop">6dp</item>
<item name="android:layout_marginBottom">6dp</item>
<item name="android:paddingStart">12dp</item>
<item name="android:paddingEnd">12dp</item>
<item name="android:paddingBottom">4dp</item>
<item name="android:textSize">15sp</item>
<item name="android:drawableRight">@null</item>
</style>

<style name="ColorPickerDialog" parent="ThemeOverlay.Material3.MaterialAlertDialog" />

<style name="SnackBarStyle" parent="Widget.Material3.Snackbar">
Expand Down

0 comments on commit b4248f0

Please sign in to comment.