From 7e0e688d4bc59bddfd5e9e69b0da57607c1e56ed Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Wed, 17 Feb 2021 22:18:26 +0100 Subject: Renaming to avoid issues with the "home" id. --- app/src/main/res/layout/article_page.xml | 4 ++-- app/src/main/res/layout/home_page.xml | 24 ++++++++++++------------ app/src/main/res/layout/item_layout.xml | 11 ----------- app/src/main/res/layout/news_page.xml | 4 ++-- app/src/main/res/layout/top_manga_page.xml | 4 ++-- 5 files changed, 18 insertions(+), 29 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/article_page.xml b/app/src/main/res/layout/article_page.xml index 58674de..380ba00 100644 --- a/app/src/main/res/layout/article_page.xml +++ b/app/src/main/res/layout/article_page.xml @@ -12,13 +12,13 @@ android:id="@+id/textview_second" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:layout_constraintBottom_toTopOf="@id/home" + app:layout_constraintBottom_toTopOf="@id/button_home" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />