Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e479c5f authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'issue-124' into 'master'

Update icons in 'Categories' section

See merge request e/apps/apps!19
parents 54fd77e4 ba47e7ff
Loading
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -44,14 +44,26 @@ class Category(val id: String) : Serializable {
        return when (categoryId) {
        return when (categoryId) {
            "comics" ->
            "comics" ->
                R.drawable.ic_cat_comics
                R.drawable.ic_cat_comics
            "connectivity" ->
                R.drawable.ic_cat_connectivity
            "development" ->
                R.drawable.ic_cat_development
            "education" ->
            "education" ->
                R.drawable.ic_cat_education
                R.drawable.ic_cat_education
            "graphics" ->
                R.drawable.ic_cat_graphics
            "internet" ->
                R.drawable.ic_cat_internet
            "music_and_audio" ->
            "music_and_audio" ->
                R.drawable.ic_cat_music_and_audio
                R.drawable.ic_cat_music_and_audio
            "entertainment" ->
            "entertainment" ->
                R.drawable.ic_cat_entertainment
                R.drawable.ic_cat_entertainment
            "tools" ->
            "tools" ->
                R.drawable.ic_cat_tools
                R.drawable.ic_cat_tools
            "security" ->
                R.drawable.ic_cat_security
            "system" ->
                R.drawable.ic_cat_system
            "communication" ->
            "communication" ->
                R.drawable.ic_cat_communication
                R.drawable.ic_cat_communication
            "medical" ->
            "medical" ->
@@ -142,6 +154,8 @@ class Category(val id: String) : Serializable {
                R.drawable.ic_cat_game_trivia
                R.drawable.ic_cat_game_trivia
            "game_word" ->
            "game_word" ->
                R.drawable.ic_cat_game_word
                R.drawable.ic_cat_game_word
            "game_open_games" ->
                R.drawable.ic_cat_open_games
            "pwa_education" ->
            "pwa_education" ->
                R.drawable.ic_cat_education
                R.drawable.ic_cat_education
            "pwa_entertainment" ->
            "pwa_entertainment" ->
+1.24 KiB
Loading image diff...
+1.67 KiB
Loading image diff...
+3.53 KiB
Loading image diff...
+2.52 KiB
Loading image diff...
Loading