diff options
Diffstat (limited to 'app/src/main/res/layout')
| -rw-r--r-- | app/src/main/res/layout/top_anime_page.xml | 16 | 
1 files changed, 5 insertions, 11 deletions
| diff --git a/app/src/main/res/layout/top_anime_page.xml b/app/src/main/res/layout/top_anime_page.xml index 0835c11..8f52f97 100644 --- a/app/src/main/res/layout/top_anime_page.xml +++ b/app/src/main/res/layout/top_anime_page.xml @@ -8,6 +8,7 @@      tools:context=".presentation.view.fragment.TopAnimeFragment">      <androidx.swiperefreshlayout.widget.SwipeRefreshLayout +        android:paddingVertical="50dp"          android:id="@+id/swiperefresh"          android:layout_width="match_parent"          android:layout_height="match_parent"> @@ -30,16 +31,8 @@          android:layout_height="wrap_content"          android:text="@string/prev"          app:layout_constraintBottom_toBottomOf="parent" -        app:layout_constraintEnd_toStartOf="@id/button_home" /> - -    <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_constraintStart_toStartOf="parent" +        app:layout_constraintTop_toTopOf="parent" />      <Button          android:id="@+id/button_next" @@ -47,6 +40,7 @@          android:layout_height="wrap_content"          android:text="@string/next"          app:layout_constraintBottom_toBottomOf="parent" -        app:layout_constraintStart_toEndOf="@id/button_home" /> +        app:layout_constraintEnd_toEndOf="parent" +        app:layout_constraintTop_toTopOf="parent" />  </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file | 
