From c00c0926cfff702bd535943685cfed0ebbe335a6 Mon Sep 17 00:00:00 2001 From: kyori19 Date: Wed, 16 Nov 2022 20:55:36 +0900 Subject: [PATCH] Update dialog colors --- app/src/main/res/layout/item_add_or_remove_from_list.xml | 9 +++++---- app/src/main/res/values/styles.xml | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/item_add_or_remove_from_list.xml b/app/src/main/res/layout/item_add_or_remove_from_list.xml index ceb8bbafc..732a883e7 100644 --- a/app/src/main/res/layout/item_add_or_remove_from_list.xml +++ b/app/src/main/res/layout/item_add_or_remove_from_list.xml @@ -4,10 +4,10 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingHorizontal="16dp" - android:paddingVertical="8dp" android:gravity="center_vertical" - android:orientation="horizontal"> + android:orientation="horizontal" + android:paddingHorizontal="16dp" + android:paddingVertical="8dp"> 8dp - @color/colorBackground