Dbrant has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/174058

Change subject: Tame the anger of the onboarding buttons.
......................................................................

Tame the anger of the onboarding buttons.

Apparently API 21 defaults button text to all-caps!
So, let's not do that.

Bug: 73543
Change-Id: I3cfcf8352c03fd213cab6fd1a9df1455afdf0bf9
---
M wikipedia/res/values/styles.xml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/58/174058/1

diff --git a/wikipedia/res/values/styles.xml b/wikipedia/res/values/styles.xml
index 1dddae3..a4ad439 100644
--- a/wikipedia/res/values/styles.xml
+++ b/wikipedia/res/values/styles.xml
@@ -9,6 +9,7 @@
     </style>
 
     <style name="button_progressive" 
parent="@android:style/TextAppearance.Large">
+        <item name="android:textAllCaps">false</item>
         <item name="android:layout_width">match_parent</item>
         <item name="android:layout_height">wrap_content</item>
         <item name="android:layout_gravity">center_horizontal</item>

-- 
To view, visit https://gerrit.wikimedia.org/r/174058
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cfcf8352c03fd213cab6fd1a9df1455afdf0bf9
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to