summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-07-19 11:19:50 +0200
committerThomas <tschneider.ac@gmail.com>2022-07-19 11:19:50 +0200
commit192c2c6469f2c9cc89447c88e5a742def6118945 (patch)
treeac3d8bb5f34795039a79b799846c8978f4cbeb45 /app/src/main/res/layout/drawer_status.xml
parentf2b4c8aa69f9596f72b63ceca221c5e3be058726 (diff)
Some fixes
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index eac76157e..c73a3c890 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -19,7 +19,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/cardview_container"
android:layout_width="match_parent"
- android:backgroundTint="@color/cyanea_primary_dark_reference"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/card_margin"
android:layout_marginTop="@dimen/card_margin"
@@ -35,7 +34,6 @@
android:clipChildren="false"
android:clipToPadding="false"
android:orientation="vertical">
-
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1dp" />