diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/recycler_item_profile.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app/src/main/res/layout/recycler_item_profile.xml b/app/src/main/res/layout/recycler_item_profile.xml deleted file mode 100644 index 65e66e1..0000000 --- a/app/src/main/res/layout/recycler_item_profile.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="wrap_content" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:layout_marginHorizontal="12dp" - android:layout_marginTop="12dp" - app:cardBackgroundColor="@color/green"> - <LinearLayout - android:layout_width="match_parent" - android:layout_height="match_parent" - android:padding="12dp" - android:orientation="vertical"> - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - style="@style/TextAppearance.AppCompat.Display1" - android:id="@+id/title" /> - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - style="@style/TextAppearance.AppCompat.Medium" - android:id="@+id/description" /> - </LinearLayout> -</androidx.cardview.widget.CardView>
\ No newline at end of file |