diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-17 22:18:26 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-17 22:18:26 +0100 |
commit | 7e0e688d4bc59bddfd5e9e69b0da57607c1e56ed (patch) | |
tree | 73968a65054b77fcbde6019f41baad59888bba3a /app/src/main/res/layout/item_layout.xml | |
parent | d49771c90315897e0fe6eb8d4034e36853bf6650 (diff) |
Renaming to avoid issues with the "home" id.
Diffstat (limited to 'app/src/main/res/layout/item_layout.xml')
-rw-r--r-- | app/src/main/res/layout/item_layout.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml index c4b662c..af4b9b0 100644 --- a/app/src/main/res/layout/item_layout.xml +++ b/app/src/main/res/layout/item_layout.xml @@ -2,7 +2,6 @@ <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" - xmlns:tools="http://schemas.android.com/tools" android:id="@+id/cv_cardView" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -42,16 +41,6 @@ android:textColor="@color/strong_pink" android:textSize="30sp"/> - <!--TextView - android:id="@+id/tv_description" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginStart="10dp" - android:text="@string/rv_description" - android:textColor="@color/slightly_desaturated_magenta" - android:textSize="20sp" - /--> - </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView>
\ No newline at end of file |