[TIP] Android Transparent - 투명색
Notepad96
·2022. 2. 19. 09:37
300x250
Android Transparent - 색 투명하게 설정하기
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="24sp"
android:text="Test"
android:background="@android:color/transparent"
/>
# 투명한 색은 "@android:color/transparent"로 사용 가능하며, transparent는 아래와 같이 정의되어 있다.
300x250
'Android > TIP' 카테고리의 다른 글
[TIP] Android SimpleDateFormat - 날짜에 따른 이름 만들기 (0) | 2022.02.21 |
---|---|
[TIP] Android BottomSheetDialog Rounded Corner (0) | 2022.02.20 |
[TIP] Andrid Button cannot lower case text - 소문자 입력하기 (0) | 2022.02.18 |
[TIP]Android Layout dividing programmatically (0) | 2022.02.15 |
[TIP] Android Layout 나누기, 분할하기 (0) | 2022.02.14 |