Skip to content

Commit df345b3

Browse files
committed
Resources update
1 parent f2f87bc commit df345b3

7 files changed

Lines changed: 6 additions & 16 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
tools:itemCount="5"
1414
tools:listitem="@layout/recycler_item" />
1515

16-
</LinearLayout>
16+
</LinearLayout>

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@drawable/ic_launcher_background" />
44
<foreground android:drawable="@drawable/ic_launcher_foreground" />
5-
</adaptive-icon>
5+
</adaptive-icon>

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@drawable/ic_launcher_background" />
44
<foreground android:drawable="@drawable/ic_launcher_foreground" />
5-
</adaptive-icon>
5+
</adaptive-icon>
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
2-
<!-- Base application theme. -->
32
<style name="Theme.SimpleImageLoader" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
4-
<!-- Primary brand color. -->
53
<item name="colorPrimary">@color/purple_200</item>
64
<item name="colorPrimaryVariant">@color/purple_700</item>
75
<item name="colorOnPrimary">@color/black</item>
8-
<!-- Secondary brand color. -->
96
<item name="colorSecondary">@color/teal_200</item>
107
<item name="colorSecondaryVariant">@color/teal_200</item>
118
<item name="colorOnSecondary">@color/black</item>
12-
<!-- Status bar color. -->
139
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
14-
<!-- Customize your theme here. -->
1510
</style>
1611
</resources>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<color name="grey">#BABABA</color>
99
<color name="black">#FF000000</color>
1010
<color name="white">#FFFFFFFF</color>
11-
</resources>
11+
</resources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
22
<string name="app_name">Simple Image Loader</string>
3-
</resources>
3+
</resources>

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
2-
<!-- Base application theme. -->
32
<style name="Theme.SimpleImageLoader" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
4-
<!-- Primary brand color. -->
53
<item name="colorPrimary">@color/purple_500</item>
64
<item name="colorPrimaryVariant">@color/purple_700</item>
75
<item name="colorOnPrimary">@color/white</item>
8-
<!-- Secondary brand color. -->
96
<item name="colorSecondary">@color/teal_200</item>
107
<item name="colorSecondaryVariant">@color/teal_700</item>
118
<item name="colorOnSecondary">@color/black</item>
12-
<!-- Status bar color. -->
139
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
14-
<!-- Customize your theme here. -->
1510
</style>
16-
</resources>
11+
</resources>

0 commit comments

Comments
 (0)