diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 90b49f7e..cf9e7899 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -208,7 +208,6 @@ dependencies { // Oneplus UI implementation(libs.oneplus.ui) - } tasks.register("printVersionName") { diff --git a/app/src/main/res/layout/custom_preference_illustration.xml b/app/src/main/res/layout/custom_preference_illustration.xml index 09ec6b05..2060f907 100644 --- a/app/src/main/res/layout/custom_preference_illustration.xml +++ b/app/src/main/res/layout/custom_preference_illustration.xml @@ -21,7 +21,8 @@ android:gravity="center" android:clickable="false" android:importantForAccessibility="noHideDescendants" - android:layout_margin="@dimen/preference_card_margin_horizontal" + android:layout_marginHorizontal="@dimen/preference_card_margin_horizontal" + android:layout_marginTop="@dimen/preference_card_margin_horizontal" android:orientation="horizontal"> - + - + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/aod_weather_prefs.xml b/app/src/main/res/xml/aod_weather_prefs.xml index 47bef112..b02abd76 100644 --- a/app/src/main/res/xml/aod_weather_prefs.xml +++ b/app/src/main/res/xml/aod_weather_prefs.xml @@ -10,7 +10,7 @@ app:forcePosition="full" app:iconSpaceReserved="false" /> - + - + - + - + - + - + @@ -164,7 +164,7 @@ - + - + \ No newline at end of file diff --git a/app/src/main/res/xml/battery_bar_settings.xml b/app/src/main/res/xml/battery_bar_settings.xml index 8a9743ce..35d6819f 100644 --- a/app/src/main/res/xml/battery_bar_settings.xml +++ b/app/src/main/res/xml/battery_bar_settings.xml @@ -11,7 +11,7 @@ app:forcePosition="full" app:iconSpaceReserved="false" /> - + - + - + - + - + - + \ No newline at end of file diff --git a/app/src/main/res/xml/colors_prefs.xml b/app/src/main/res/xml/colors_prefs.xml index 30dab7b2..ab3d804c 100644 --- a/app/src/main/res/xml/colors_prefs.xml +++ b/app/src/main/res/xml/colors_prefs.xml @@ -7,13 +7,15 @@ app:lottie_cacheComposition="false" app:lottie_rawRes="@raw/themes_illustration" /> + + - + - + - + - + - + - + - + - + - + @@ -177,7 +177,7 @@ - + - + \ No newline at end of file diff --git a/app/src/main/res/xml/memc_overview.xml b/app/src/main/res/xml/memc_overview.xml index 4374539a..d82bf98a 100644 --- a/app/src/main/res/xml/memc_overview.xml +++ b/app/src/main/res/xml/memc_overview.xml @@ -2,7 +2,7 @@ - + - + - + - + - - - + + + + + + diff --git a/app/src/main/res/xml/mods.xml b/app/src/main/res/xml/mods.xml index bb99ef92..084dc517 100644 --- a/app/src/main/res/xml/mods.xml +++ b/app/src/main/res/xml/mods.xml @@ -3,96 +3,98 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:search="http://schemas.android.com/apk/it.dhd.oxygencustomizer.ui.preferences.preferencesearch"> - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/navbar_settings.xml b/app/src/main/res/xml/navbar_settings.xml index 5cfd996d..462618e8 100644 --- a/app/src/main/res/xml/navbar_settings.xml +++ b/app/src/main/res/xml/navbar_settings.xml @@ -6,6 +6,8 @@ android:key="sb_illustration" app:lottie_rawRes="@raw/nav_illustration" /> + + - + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/app/src/main/res/xml/statusbar_notifications.xml b/app/src/main/res/xml/statusbar_notifications.xml index 8d2f1595..78f42a59 100644 --- a/app/src/main/res/xml/statusbar_notifications.xml +++ b/app/src/main/res/xml/statusbar_notifications.xml @@ -87,7 +87,7 @@ app:iconSpaceReserved="false" /> - + - + \ No newline at end of file diff --git a/app/src/main/res/xml/weather_settings.xml b/app/src/main/res/xml/weather_settings.xml index 7eeb0f0d..9ff58e10 100644 --- a/app/src/main/res/xml/weather_settings.xml +++ b/app/src/main/res/xml/weather_settings.xml @@ -2,7 +2,7 @@ - + - + @@ -72,13 +72,13 @@ - + - + \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index af00f507..e0701c16 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ persian-date-time = "4.2.1" okhttp = "4.12.0" image-cropper = "4.6.0" commons-text = "1.12.0" -oneplus-ui = "1.3.4" +oneplus-ui = "1.3.5" [libraries]