From f0b73eeb296248235fc1e4eee45ef6fb9277eaa2 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Mon, 16 Dec 2019 11:41:24 +0530 Subject: [PATCH] Fix colors --- app/build.gradle | 4 ++-- app/src/main/res/layout/item_grid.xml | 9 +++------ app/src/main/res/layout/item_queue.xml | 8 ++++---- app/src/main/res/values-night-v27/styles.xml | 1 - 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e795a805..022e3e0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "code.name.monkey.retromusic" - versionCode 394 - versionName '3.4.850' + versionCode 395 + versionName '3.4.810' multiDexEnabled true diff --git a/app/src/main/res/layout/item_grid.xml b/app/src/main/res/layout/item_grid.xml index 636b8f0b..edb14761 100644 --- a/app/src/main/res/layout/item_grid.xml +++ b/app/src/main/res/layout/item_grid.xml @@ -37,14 +37,11 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="vertical" - android:paddingStart="12dp" - android:paddingTop="8dp" - android:paddingEnd="12dp" - android:paddingBottom="8dp"> + android:padding="8dp" > + android:layout_height="wrap_content" + android:clickable="true" + android:focusable="true" + android:foreground="?rectSelector"> @style/Widget.ActionButton.Overflow false - @color/darkColorPrimary @color/darkColorSurface \ No newline at end of file