android studio lower case letters on a button

Solutions on MaxInterview for android studio lower case letters on a button by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "android studio lower case letters on a button"
Melina
10 Oct 2018
1<Button
2            android:layout_width="match_parent"
3            android:layout_height="wrap_content"
4            android:id="@+id/btnLogin"
5            android:text="Login for Chat"
6            
7            //This is how to maintain lower case letters on android buttons :
8           
9            android:textAllCaps="false"/>