From ed4d932e9c3d5cc72699a18f540b39d75a1262d4 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 5 Jun 2020 14:34:39 -0500 Subject: [PATCH] Remove backgrounds from list picker items --- app/src/main/res/layout/filter_adapter_row.xml | 2 ++ app/src/main/res/layout/filter_adapter_subheader.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/src/main/res/layout/filter_adapter_row.xml b/app/src/main/res/layout/filter_adapter_row.xml index c5a0b8b66..d1cf7dcf5 100644 --- a/app/src/main/res/layout/filter_adapter_row.xml +++ b/app/src/main/res/layout/filter_adapter_row.xml @@ -30,6 +30,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" + android:background="@null" android:layout_gravity="center_vertical" android:alpha="@dimen/alpha_secondary" android:scaleType="center"/> @@ -41,6 +42,7 @@ android:layout_centerVertical="true" android:layout_toEndOf="@id/icon" android:layout_toStartOf="@id/size" + android:background="@null" android:paddingStart="@dimen/keyline_second" android:paddingEnd="@dimen/keyline_first" android:checkMark="@drawable/checkmark" diff --git a/app/src/main/res/layout/filter_adapter_subheader.xml b/app/src/main/res/layout/filter_adapter_subheader.xml index 4d32f8937..e4396276f 100644 --- a/app/src/main/res/layout/filter_adapter_subheader.xml +++ b/app/src/main/res/layout/filter_adapter_subheader.xml @@ -25,6 +25,7 @@ android:paddingTop="8dp" android:paddingBottom="8dp" android:paddingStart="0dp" + android:background="@null" android:paddingEnd="@dimen/keyline_first" android:alpha="@dimen/alpha_secondary" android:clickable="true" @@ -39,6 +40,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="end" + android:background="@null" android:textColor="@color/text_secondary" android:fontFamily="@string/font_fontFamily_medium" android:layout_alignParentStart="true"