Skip to content

Commit

Permalink
cleanup unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Jul 27, 2024
1 parent b8713c7 commit f7a2bf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions app/src/main/res/values/booleans.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="alwayssavepreference">false</bool> <!-- always save preference, even if it is default -->
<bool name="booltrue">true</bool>
<bool name="boolfalse">false</bool>
</resources>
7 changes: 0 additions & 7 deletions app/src/main/res/values/colors.xml

This file was deleted.

2 changes: 2 additions & 0 deletions app/src/main/res/xml/appwidgetproviderinfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>

<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="UnusedAttribute"
android:configure="com.JJ.hangoverclock.WidgetConfigure"
android:initialLayout="@layout/widget"
android:minWidth="160dp"
Expand Down

0 comments on commit f7a2bf6

Please sign in to comment.