Skip to content

Commit

Permalink
Change Look & Feel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Nov 20, 2021
1 parent 7c5ccf6 commit 0eb07b7
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 4 deletions.
Binary file removed app/src/main/res/drawable-hdpi/ic_looks_black_24dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-hdpi/ic_looks_white_24dp.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable-mdpi/ic_looks_black_24dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/ic_looks_white_24dp.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable-xhdpi/ic_looks_black_24dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xhdpi/ic_looks_white_24dp.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
<attr name="ic_language_18dp" format="reference"/>
<attr name="ic_library_books_24dp" format="reference"/>
<attr name="ic_link_18dp" format="reference"/>
<attr name="ic_looks_24dp" format="reference"/>
<attr name="ic_menu_open_24dp" format="reference"/>
<attr name="ic_more_horiz_24dp" format="reference"/>
<attr name="ic_move_to_inbox_24dp" format="reference"/>
Expand All @@ -137,6 +136,7 @@
<attr name="ic_outline_cloud_48dp" format="reference"/>
<attr name="ic_outline_cloud_download_24dp" format="reference"/>
<attr name="ic_outline_cloud_upload_24dp" format="reference"/>
<attr name="ic_palette_24dp" format="reference"/>
<attr name="ic_remove_red_eye_24dp" format="reference"/>
<attr name="ic_repeat_24dp" format="reference"/>
<attr name="ic_rotate_left_24dp" format="reference"/>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
<item name="ic_language_18dp">@drawable/ic_language_black_18dp</item>
<item name="ic_library_books_24dp">@drawable/ic_library_books_black_24dp</item>
<item name="ic_link_18dp">@drawable/ic_link_black_18dp</item>
<item name="ic_looks_24dp">@drawable/ic_looks_black_24dp</item>
<item name="ic_move_to_inbox_24dp">@drawable/ic_move_to_inbox_black_24dp</item>
<item name="ic_more_horiz_24dp">@drawable/ic_more_horiz_black_24dp</item>
<item name="ic_menu_open_24dp">@drawable/ic_menu_open_black_24dp</item>
Expand All @@ -156,6 +155,7 @@
<item name="ic_outline_cloud_48dp">@drawable/outline_cloud_black_48</item>
<item name="ic_outline_cloud_download_24dp">@drawable/outline_cloud_download_black_24</item>
<item name="ic_outline_cloud_upload_24dp">@drawable/outline_cloud_upload_black_24</item>
<item name="ic_palette_24dp">@drawable/ic_palette_black_24dp</item>
<item name="ic_remove_red_eye_24dp">@drawable/ic_remove_red_eye_black_24dp</item>
<item name="ic_repeat_24dp">@drawable/ic_repeat_black_24dp</item>
<item name="ic_rotate_left_24dp">@drawable/ic_rotate_left_black_24dp</item>
Expand Down Expand Up @@ -317,7 +317,6 @@
<item name="ic_language_18dp">@drawable/ic_language_white_18dp</item>
<item name="ic_library_books_24dp">@drawable/ic_library_books_white_24dp</item>
<item name="ic_link_18dp">@drawable/ic_link_white_18dp</item>
<item name="ic_looks_24dp">@drawable/ic_looks_white_24dp</item>
<item name="ic_move_to_inbox_24dp">@drawable/ic_move_to_inbox_white_24dp</item>
<item name="ic_more_horiz_24dp">@drawable/ic_more_horiz_white_24dp</item>
<item name="ic_menu_open_24dp">@drawable/ic_menu_open_white_24dp</item>
Expand All @@ -328,6 +327,7 @@
<item name="ic_outline_cloud_48dp">@drawable/outline_cloud_white_48</item>
<item name="ic_outline_cloud_download_24dp">@drawable/outline_cloud_download_white_24</item>
<item name="ic_outline_cloud_upload_24dp">@drawable/outline_cloud_upload_white_24</item>
<item name="ic_palette_24dp">@drawable/ic_palette_white_24dp</item>
<item name="ic_remove_red_eye_24dp">@drawable/ic_remove_red_eye_white_24dp</item>
<item name="ic_repeat_24dp">@drawable/ic_repeat_white_24dp</item>
<item name="ic_rotate_left_24dp">@drawable/ic_rotate_left_white_24dp</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<androidx.preference.PreferenceScreen
android:title="@string/look_and_feel"
android:icon="?attr/ic_looks_24dp"
android:icon="?attr/ic_palette_24dp"
android:key="prefs_screen_look_and_feel"/>

<androidx.preference.PreferenceScreen
Expand Down

0 comments on commit 0eb07b7

Please sign in to comment.