Lollipop capitalizes Buttons' text in my app
问题 I am expreiencing a strange problem with my application. When I am testing it on a real device (with Android 4.4.4) all my Buttons' text fields look how I wanted (lower case letters). But when I launch my application on an emulator (Android 5.0.1) all Button texts fields are capitalized. What is the reason of such behaviour? Some example Buttons from my app: Example Button 1: <Button android:id="@+id/button5" android:layout_width="match_parent" style="?android:attr/borderlessButtonStyle"