728x90
반응형
SMALL
<Button
android:layout_weight="1"
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/btnScaling"
android:text="CustomScale"/>
<Button
android:layout_weight="1"
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/btnAuto"
android:text="AutoScale"/>
<Button
android:layout_weight="1"
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/btnOffset"
android:text="Offset"/>
이처럼 버튼 텍스트를 대/소문자 구별하여 써줘도,
이렇게 대문자로만 나오게 되네요.
단순히 밑의 구문만 추가해 주세요!
android:textAllCaps="false"
그러면 바로 대소문자가 구분 되게 됩니다.
728x90
반응형
LIST
'Android > Function' 카테고리의 다른 글
[안드로이드] 외부 저장소에 데이터 파일 저장하기(쓰기) ― SAF(Storage Access Framework)로 파일 쓰기 (6) | 2020.04.27 |
---|---|
adb 명령어 모음 (0) | 2020.04.23 |
안드로이드 스튜디오 Logcat 창이 보이지 않을 때 (0) | 2020.02.27 |
[안드로이드 Java] Hex(16진수)와 Byte 형변환, 또는 Float으로 형변환 (0) | 2020.02.24 |