diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 20:00:36 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 20:00:36 +0100 |
commit | 494455de615340599cf2cdba0f3f199a47bf5a66 (patch) | |
tree | ae8521428bdde7750294d25c8e49a93df9e95f26 /app/src/main/res | |
parent | e79bf68553676c9be09f4616aadcd522149c506e (diff) |
Removing background because most dont seem to have one.feature/elements_detail
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_detail_top_anime.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app/src/main/res/layout/activity_detail_top_anime.xml b/app/src/main/res/layout/activity_detail_top_anime.xml index 6afa6ad..a982bdd 100644 --- a/app/src/main/res/layout/activity_detail_top_anime.xml +++ b/app/src/main/res/layout/activity_detail_top_anime.xml @@ -214,46 +214,11 @@ </androidx.cardview.widget.CardView> <androidx.cardview.widget.CardView - android:id="@+id/cv_background" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="4sp" app:cardBackgroundColor="@color/black" app:layout_constraintTop_toBottomOf="@id/cv_synopsis"> - <androidx.constraintlayout.widget.ConstraintLayout - android:layout_width="match_parent" - android:layout_height="match_parent" - android:padding="10dp"> - - - <TextView - android:id="@+id/tv_text_background" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/text_background" - android:textColor="@color/strong_pink" - app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" /> - - <TextView - android:id="@+id/tv_background" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/background" - android:textColor="@color/slightly_desaturated_magenta" - android:textIsSelectable="true" - app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/tv_text_background" /> - - </androidx.constraintlayout.widget.ConstraintLayout> - </androidx.cardview.widget.CardView> - - <androidx.cardview.widget.CardView - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_margin="4sp" - app:cardBackgroundColor="@color/black" - app:layout_constraintTop_toBottomOf="@id/cv_background"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="match_parent" |