diff --git a/app/src/main/kotlin/com/d4rk/cleaner/MainComposable.kt b/app/src/main/kotlin/com/d4rk/cleaner/MainComposable.kt index eff5ea5..2228013 100644 --- a/app/src/main/kotlin/com/d4rk/cleaner/MainComposable.kt +++ b/app/src/main/kotlin/com/d4rk/cleaner/MainComposable.kt @@ -7,7 +7,7 @@ import androidx.compose.foundation.layout.height import androidx.compose.foundation.layout.padding import androidx.compose.material.icons.Icons import androidx.compose.material.icons.automirrored.outlined.EventNote -import androidx.compose.material.icons.automirrored.outlined.Help +import androidx.compose.material.icons.automirrored.outlined.HelpOutline import androidx.compose.material.icons.automirrored.outlined.ListAlt import androidx.compose.material.icons.filled.Menu import androidx.compose.material.icons.outlined.Image @@ -75,7 +75,7 @@ fun MainComposable() { ), NavigationItem( title = R.string.help_and_feedback, - selectedIcon = Icons.AutoMirrored.Outlined.Help, + selectedIcon = Icons.AutoMirrored.Outlined.HelpOutline, ), NavigationItem( title = R.string.updates, diff --git a/app/src/main/res/values-night-v27/themes.xml b/app/src/main/res/values-night-v27/themes.xml index a8904ca..a54820b 100644 --- a/app/src/main/res/values-night-v27/themes.xml +++ b/app/src/main/res/values-night-v27/themes.xml @@ -1,22 +1,10 @@ - \ No newline at end of file diff --git a/app/src/main/res/values-night-v28/themes.xml b/app/src/main/res/values-night-v28/themes.xml deleted file mode 100644 index a8904ca..0000000 --- a/app/src/main/res/values-night-v28/themes.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index a61aee7..95d9a92 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -1,21 +1,9 @@ - - - \ No newline at end of file diff --git a/app/src/main/res/values-v27/themes.xml b/app/src/main/res/values-v27/themes.xml index 613ec65..5168dd1 100644 --- a/app/src/main/res/values-v27/themes.xml +++ b/app/src/main/res/values-v27/themes.xml @@ -1,22 +1,10 @@ - \ No newline at end of file diff --git a/app/src/main/res/values-v28/themes.xml b/app/src/main/res/values-v28/themes.xml deleted file mode 100644 index 6624eca..0000000 --- a/app/src/main/res/values-v28/themes.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml deleted file mode 100644 index 0a38a61..0000000 --- a/app/src/main/res/values-v31/themes.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index d370522..a28ef8e 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,29 +1,18 @@ - + + \ No newline at end of file