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