Skip to content

Commit f7a2bf6

Browse files
cleanup unused resources
1 parent b8713c7 commit f7a2bf6

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

app/src/main/res/values/booleans.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<bool name="alwayssavepreference">false</bool> <!-- always save preference, even if it is default -->
4-
<bool name="booltrue">true</bool>
5-
<bool name="boolfalse">false</bool>
64
</resources>

app/src/main/res/values/colors.xml

-7
This file was deleted.

app/src/main/res/xml/appwidgetproviderinfo.xml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:ignore="UnusedAttribute"
46
android:configure="com.JJ.hangoverclock.WidgetConfigure"
57
android:initialLayout="@layout/widget"
68
android:minWidth="160dp"

0 commit comments

Comments
 (0)