add menue entry and strings

This commit is contained in:
6543 2019-09-03 16:46:38 +02:00
parent f23c4074f3
commit ce63cde4ee
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
3 changed files with 14 additions and 0 deletions

View File

@ -67,4 +67,16 @@
android:textSize="16sp"
android:padding="16dp" />
<TextView
android:id="@+id/openWebRepo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:drawableStart="@drawable/ic_web_open"
android:drawablePadding="24dp"
android:padding="16dp"
android:text="@string/openWebRepo"
android:textColor="@color/white"
android:textSize="16sp" />
</LinearLayout>

View File

@ -312,6 +312,7 @@
<string name="removeCollaboratorMessage">Möchtest du den Nutzer wirklich von dieser Repository entfernen?</string>
<string name="removeCollaboratorToastText">Benuter von der Repository entfernt.</string>
<string name="addCollaboratorToastText">Benutzer zu der Repository hinzugefügt.</string>
<string name="openWebRepo">Öfne Repository mit einem Browser.</string>
<!-- add collaborator -->
<!-- profile section -->

View File

@ -342,6 +342,7 @@
<string name="removeCollaboratorMessage">Do you want to remove this user from the repository?</string>
<string name="removeCollaboratorToastText">User removed from the repository.</string>
<string name="addCollaboratorToastText">User added to the repository.</string>
<string name="openWebRepo">Open repository with a browser.</string>
<!-- add collaborator -->
<!-- profile section -->