List commits in a repository

This commit is contained in:
2023-03-23 19:27:33 +01:00
parent 1f85bf2f71
commit 8f503b64a4
18 changed files with 330 additions and 37 deletions

View File

@@ -12,4 +12,21 @@
android:layout_height="match_parent"
app:layoutManager="LinearLayoutManager"/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/previous_repository_list"
android:text="@string/previous" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/next_repository_list"
android:text="@string/next" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>