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/news_page.xml | |
parent | d49771c90315897e0fe6eb8d4034e36853bf6650 (diff) |
Renaming to avoid issues with the "home" id.
Diffstat (limited to 'app/src/main/res/layout/news_page.xml')
-rw-r--r-- | app/src/main/res/layout/news_page.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/news_page.xml b/app/src/main/res/layout/news_page.xml index 5d9018c..2e41ad0 100644 --- a/app/src/main/res/layout/news_page.xml +++ b/app/src/main/res/layout/news_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" /> <Button - android:id="@+id/home" + android:id="@+id/button_home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/home" |