From 3050a3419fb547b7ff8ceea01e87afafcdfe0795 Mon Sep 17 00:00:00 2001 From: Deep Vora <70479785+deeppp15@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:26:17 -0400 Subject: [PATCH] resources: smoother detail (fixes #4580) (#4581) Co-authored-by: dogi --- app/build.gradle | 4 +- .../res/layout/fragment_library_detail.xml | 40 ++----------------- 2 files changed, 5 insertions(+), 39 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5799682e13..5c3fcbe5c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 2006 - versionName "0.20.6" + versionCode 2007 + versionName "0.20.7" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/layout/fragment_library_detail.xml b/app/src/main/res/layout/fragment_library_detail.xml index 0fc2a17c17..e09a23be59 100644 --- a/app/src/main/res/layout/fragment_library_detail.xml +++ b/app/src/main/res/layout/fragment_library_detail.xml @@ -43,7 +43,6 @@ android:src="@drawable/ic_left_arrow" android:text="@string/btn_back" app:tint="@color/md_black_1000" /> - - - - - - - - - + android:stepSize="1" + android:progressTint="@color/daynight_textColor" + android:progressBackgroundTint="@color/empty_rating" /> @@ -153,15 +145,12 @@ android:textColor="@color/daynight_textColor" android:textSize="@dimen/text_size_large" android:textStyle="bold" /> - - - @@ -176,14 +165,12 @@ android:layout_height="wrap_content" android:text="@string/author" android:textColor="@color/daynight_textColor" /> - - - - - - - - - - - - - - - - - - - - - - -