mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add subtle way to show people where uploads are going to
Says 'testwiki' or 'commonswiki' at the bottom of About Change-Id: I757bb5820985e950476e1c9b4d274e35dfcc7b96 GitHub: https://github.com/wikimedia/apps-android-commons/pull/5
This commit is contained in:
parent
941a2ac194
commit
154411b15b
2 changed files with 12 additions and 1 deletions
|
|
@ -52,4 +52,13 @@
|
|||
android:gravity="center"
|
||||
android:text="@string/about_privacy_policy"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/about_uploads_to"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="32dp"
|
||||
style="?android:textAppearanceSmall"
|
||||
android:gravity="center"
|
||||
android:alpha="0.2"
|
||||
/>
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue