From 21d9bc99c93eb1375b1bcd806c0d977771f01ae0 Mon Sep 17 00:00:00 2001 From: DHD2280 Date: Thu, 14 Nov 2024 00:38:16 +0100 Subject: [PATCH] Minus UI changes Signed-off-by: DHD2280 --- app/build.gradle.kts | 1 - .../layout/custom_preference_illustration.xml | 3 +- app/src/main/res/xml/aod_prefs.xml | 25 +-- app/src/main/res/xml/aod_weather_prefs.xml | 16 +- app/src/main/res/xml/battery_bar_settings.xml | 12 +- app/src/main/res/xml/colors_prefs.xml | 4 +- app/src/main/res/xml/gesture_prefs.xml | 4 +- .../main/res/xml/lockscreen_weather_prefs.xml | 16 +- app/src/main/res/xml/memc_overview.xml | 8 +- app/src/main/res/xml/misc_prefs.xml | 37 ++-- app/src/main/res/xml/mods.xml | 174 +++++++++--------- app/src/main/res/xml/navbar_settings.xml | 2 + .../main/res/xml/qs_header_image_prefs.xml | 16 +- .../main/res/xml/statusbar_notifications.xml | 4 +- app/src/main/res/xml/weather_settings.xml | 8 +- gradle/libs.versions.toml | 2 +- 16 files changed, 172 insertions(+), 160 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 90b49f7eb..cf9e78999 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 09ec6b052..2060f9073 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 47bef1122..b02abd762 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 8a9743cef..35d6819f1 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 30dab7b2f..ab3d804cb 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 4374539ac..d82bf98ac 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 bb99ef92a..084dc517e 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 5cfd996de..462618e81 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 8d2f15951..78f42a59a 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 7eeb0f0d9..9ff58e105 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 af00f5078..e0701c16e 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]