Button에서 text를 지정할 때, 기본 값이 "대문자" 이다.
대문자가 아닌 글자로 변경하려면,
android:textAllCaps="false"
코드를 추가하면 된다.
Caps 는 키보드 좌측에 있는 caps lock 과 같은 것 같당
'Android' 카테고리의 다른 글
[Android] adb install 사용하여 APK 설치하기 (0) | 2023.03.03 |
---|---|
[Android] TextView breakStrategy 속성에 대하여 - 긴 글 줄 바꿈 규칙 (2) | 2022.04.22 |
[Android] java.lang.NoSuchMethodError: No static method metafactory 해결 방법 (0) | 2022.02.04 |
[AndroidStudio] Waiting for all target devices to come online 로딩만 되고 앱 설치가 안될 때 해결 방법 (0) | 2021.11.25 |
[Intellij][Android] android 개발 시 Logcat 반응이 없을 때 (0) | 2020.08.11 |