Merge branch 'issue-copy-nr' of 6543/GitNex into master

This commit is contained in:
M M Arif
2019-09-30 18:07:25 +00:00
committed by Gitea
7 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#FFFFFF"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M16,1L4,1c-1.1,0 -2,0.9 -2,2v14h2L4,3h12L16,1zM19,5L8,5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h11c1.1,0 2,-0.9 2,-2L21,7c0,-1.1 -0.9,-2 -2,-2zM19,21L8,21L8,7h11v14z"/>
</vector>

View File

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

View File

@ -446,6 +446,7 @@
<string name="websiteText">Website</string>
<string name="locationText">Standort</string>
<string name="characters255Limit">maximal 255 Zeichen</string>
<string name="copyIssueUrl">Issue Url kopieren</string>
<!-- generic copy -->
</resources>

View File

@ -447,6 +447,7 @@
<string name="locationText">Location</string>
<string name="openWebRepo">Ouvrir avec le Browser</string>
<string name="characters255Limit">Max 255 characters</string>
<string name="copyIssueUrl">Copier l Issue Url</string>
<!-- generic copy -->
</resources>

View File

@ -447,6 +447,7 @@
<string name="locationText">Место расположения</string>
<string name="openWebRepo">Открыть с помощью браузера</string>
<string name="characters255Limit">Max 255 characters</string>
<string name="copyIssueUrl">Copy Issue Url</string>
<!-- generic copy -->
</resources>

View File

@ -488,6 +488,7 @@
<string name="locationText">Location</string>
<string name="characters255Limit">Max 255 characters</string>
<string name="emptyFields">All fields are required</string>
<string name="copyIssueUrl">Copy Issue Url</string>
<!-- generic copy -->
</resources>