Refactor to have only one activity
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user