Add German language (#712)
This commit is contained in:

committed by
GitHub

parent
70e9f025bb
commit
7837fae2aa
@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<me.zhanghai.android.materialprogressbar.MaterialProgressBar
|
||||
android:id="@+id/creatorProgress"
|
||||
@ -32,6 +31,6 @@
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginLeft="32dp"
|
||||
android:layout_marginRight="32dp"
|
||||
android:text="@string/creator_see_more" />
|
||||
android:text="@string/contributor_see_more" />
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
|
@ -11,7 +11,7 @@
|
||||
android:id="@+id/creatorItemAvatar"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/creator_avatar_description"
|
||||
android:contentDescription="@string/contributor_avatar_description"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="8dp"
|
Reference in New Issue
Block a user