Skip to content

Commit 8fb21a0

Browse files
committed
Refactor resources
1 parent 8c5bc30 commit 8fb21a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+125
-87
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<selector xmlns:android="http://schemas.android.com/apk/res/android">
22
<item android:drawable="@drawable/ic_check" android:state_checked="true" />
33
<item android:drawable="@drawable/ic_empty" />
4-
</selector>
4+
</selector>

app/src/main/res/drawable/single_choice_background_on.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
</shape>
1111
</inset>
1212
</item>
13-
</ripple>
13+
</ripple>

app/src/main/res/layout/activity_settings.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
32
xmlns:app="http://schemas.android.com/apk/res-auto"
43
android:layout_width="match_parent"
@@ -47,4 +46,4 @@
4746
app:defaultNavHost="true"
4847
app:navGraph="@navigation/nav_settings" />
4948
</androidx.core.widget.NestedScrollView>
50-
</androidx.coordinatorlayout.widget.CoordinatorLayout>
49+
</androidx.coordinatorlayout.widget.CoordinatorLayout>

app/src/main/res/layout/mtrl_alert_select_dialog_singlechoice.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
32
android:id="@android:id/text1"
43
android:layout_width="fill_parent"

app/src/main/res/layout/preference_material_bottom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
32
xmlns:app="http://schemas.android.com/apk/res-auto"
43
android:layout_width="match_parent"

app/src/main/res/layout/preference_material_category.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
32
android:layout_width="fill_parent"
43
android:layout_height="wrap_content"

app/src/main/res/layout/preference_material_middle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
32
xmlns:app="http://schemas.android.com/apk/res-auto"
43
android:layout_width="match_parent"

app/src/main/res/layout/preference_material_shortcuts_bottom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
32
android:layout_width="match_parent"
43
android:layout_height="wrap_content"

app/src/main/res/layout/preference_material_shortcuts_middle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
32
android:layout_width="match_parent"
43
android:layout_height="wrap_content"

app/src/main/res/layout/preference_material_shortcuts_tile.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
32
xmlns:app="http://schemas.android.com/apk/res-auto"
43
android:layout_width="match_parent"
54
android:layout_height="wrap_content"
65
android:layout_marginStart="16dp"
7-
android:layout_marginEnd="16dp"
86
android:layout_marginTop="24dp"
7+
android:layout_marginEnd="16dp"
98
android:background="@drawable/preference_background_tile"
109
android:baselineAligned="false"
1110
android:clickable="true"

0 commit comments

Comments
 (0)