1
0

Add German language (#712)

This commit is contained in:
Mateusz Idziejczak
2020-03-03 22:20:57 +01:00
committed by GitHub
parent 70e9f025bb
commit 7837fae2aa
16 changed files with 476 additions and 25 deletions

View File

@ -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>

View File

@ -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"