diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 14:17:15 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 14:17:15 +0100 |
commit | cd37b807397b50b8e9c45389fc04679998e628db (patch) | |
tree | 1d4e58436f7d88c82b588c86fe99fce74ea09de3 /app/src/main/res/layout/news_page.xml | |
parent | 41bb476749fa84164726b728676b144531009446 (diff) | |
parent | fa849021bf137fc4b245a8c0e7a2a8fc46d574df (diff) |
Merge branch 'release/1.0' into develop
Diffstat (limited to 'app/src/main/res/layout/news_page.xml')
-rw-r--r-- | app/src/main/res/layout/news_page.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app/src/main/res/layout/news_page.xml b/app/src/main/res/layout/news_page.xml deleted file mode 100644 index 2e41ad0..0000000 --- a/app/src/main/res/layout/news_page.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<androidx.constraintlayout.widget.ConstraintLayout 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:layout_width="match_parent" - android:layout_height="match_parent" - tools:context=".NewsPage" - android:background="@color/very_dark_purple" - > - - <TextView - android:id="@+id/textview_second" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - 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/button_home" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/home" - app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/textview_second" /> -</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file |