summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTyler Nijmeh <tylernij@gmail.com>2021-03-31 15:46:36 -0700
committerTyler Nijmeh <tylernij@gmail.com>2021-03-31 15:46:36 -0700
commitf2368c8b66ac7a53029f2b2a935b7609e499c91c (patch)
tree2c17659461d99e3124b9c36d66b0427b3b568a7a /app
parente0c8b1ae6ab90aef623d8458572462ab3af0aeba (diff)
Remove unused layout
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/recycler_item_profile.xml25
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