Commit 1da9fc96 authored by Thomas's avatar Thomas
Browse files

some change with moderation

parent 90a99cc1
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
<?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
+1 −1
Original line number Diff line number Diff line
@@ -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