Refactor to have only one activity

This commit is contained in:
2023-03-31 14:55:36 +02:00
parent 43feb90979
commit 6687ce099d
6 changed files with 78 additions and 59 deletions

View File

@@ -21,6 +21,12 @@
android:text="@string/repository_description"
android:padding="16dp" />
<Button
android:id="@+id/repository_detail_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/activity" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/versioned_files_view"
android:layout_width="match_parent"