D
D
Denis2017-05-09 12:14:22
Android
Denis, 2017-05-09 12:14:22

How to enter lowercase letters in a button?

By default, in button all characters are added in uppercase letters (Example: BUTTON)
How can I make the characters be both uppercase and lowercase? (Example: Button)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Zagaevsky, 2017-05-09
@zagayevskiy

This happens when you write text directly in layout. you need to put the text in strings.xml, and use id(@string/my_string) in layouts. https://developer.android.com/guide/topics/resource...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question