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

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/activity_list_view" />
</FrameLayout>