Loading app/src/main/res/layout/drawer_admin_account.xml +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 Loading app/src/main/res/layout/popup_admin_filter_accounts.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
app/src/main/res/layout/drawer_admin_account.xml +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 Loading
app/src/main/res/layout/popup_admin_filter_accounts.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading