Show repository name in the details activity

This commit is contained in:
2023-03-03 15:03:24 +01:00
parent 91ad12b463
commit 388919000a
2 changed files with 16 additions and 0 deletions

View File

@@ -17,5 +17,6 @@
android:id="@+id/repository_detail_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/repository_description"
android:padding="16dp" />
</LinearLayout>