Add credits in about page

This commit is contained in:
maskara 2017-03-21 01:22:04 +05:30
parent 75f2201000
commit 6b1484efe6
3 changed files with 16 additions and 0 deletions

View file

@ -57,6 +57,16 @@
android:text="@string/about_privacy_policy"
/>
<TextView
android:id="@+id/about_credits"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
style="?android:textAppearanceSmall"
android:gravity="center"
android:text="@string/about_credits"
/>
<TextView
android:id="@+id/about_uploads_to"
android:layout_width="wrap_content"