jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
BearND: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I3cfcf8352c03fd213cab6fd1a9df1455afdf0bf9
Gerrit-PatchSet: 3
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits