From 9c167d60fe5472fd686863fb0823578f57815104 Mon Sep 17 00:00:00 2001 From: X1nto Date: Tue, 5 May 2020 13:37:59 +0400 Subject: [PATCH] transparent theme experiments --- app/src/main/res/layout/fragment_home.xml | 1 - app/src/main/res/values/styles.xml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 14347d8f..fa9d0d18 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -11,7 +11,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="4dp" - android:background="?colorSurface" android:clipToPadding="false" android:orientation="vertical"> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 86778307..a1d5d67e 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -32,6 +32,9 @@ #111111 @android:color/transparent #000000 + @null + @null + false