summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-11 16:36:00 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-11 16:36:00 +0100
commit1da9fc96b3de6f754220dbc8d368e3b121a673b9 (patch)
tree581ace05e1e5904730762ff9dea6998725c7276c
parent90a99cc1c8f442e852ab2c3e33a58cda21e1f7b4 (diff)
some change with moderation
-rw-r--r--app/src/main/res/layout/drawer_admin_account.xml10
-rw-r--r--app/src/main/res/layout/popup_admin_filter_accounts.xml2
2 files changed, 7 insertions, 5 deletions
diff --git a/app/src/main/res/layout/drawer_admin_account.xml b/app/src/main/res/layout/drawer_admin_account.xml
index a5da662eb..c06a9ad4a 100644
--- a/app/src/main/res/layout/drawer_admin_account.xml
+++ b/app/src/main/res/layout/drawer_admin_account.xml
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/admin_account_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginStart="6dp"
- android:layout_marginTop="5dp"
- android:layout_marginEnd="6dp"
- android:padding="6dp">
+ android:layout_marginHorizontal="6dp"
+ android:layout_marginTop="6dp"
+ android:backgroundTint="@color/cyanea_primary_dark_reference"
+ app:cardElevation="0dp">
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:padding="6dp"
android:orientation="vertical">
<androidx.appcompat.widget.LinearLayoutCompat
diff --git a/app/src/main/res/layout/popup_admin_filter_accounts.xml b/app/src/main/res/layout/popup_admin_filter_accounts.xml
index 1c6b68ed3..b11ae67f3 100644
--- a/app/src/main/res/layout/popup_admin_filter_accounts.xml
+++ b/app/src/main/res/layout/popup_admin_filter_accounts.xml
@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_margin="@dimen/fab_margin"
+ android:padding="@dimen/fab_margin"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatTextView