summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/top_manga_page.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/top_manga_page.xml')
-rw-r--r--app/src/main/res/layout/top_manga_page.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/top_manga_page.xml b/app/src/main/res/layout/top_manga_page.xml
index f8d2510..4a807f1 100644
--- a/app/src/main/res/layout/top_manga_page.xml
+++ b/app/src/main/res/layout/top_manga_page.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<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"
@@ -11,10 +12,10 @@
android:id="@+id/recycler_view"
android:layout_width="0dp"
android:layout_height="0dp"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toTopOf="@+id/home"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent"
tools:listitem="@layout/item_layout" />
<Button