Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Visible
- 자바
- Button
- 유효성 검사
- 면접준비
- 생명주기
- 안드로이드
- ExoPlayer
- 4대컴포넌트
- invisible
- 코틀린
- 버튼 투명화
- Regex
- FullScreen
- call by value
- Android
- Var
- 비밀번호
- 회원가입
- 핸드폰번호
- ExoPlayer2
- 휴대전화
- Val
- 상수
- call by reference
- Gone
- 변수
- 전체화면
- SharedPreference
- Kotlin
Archives
- Today
- Total
천천히 , 강하게 멀리
안드로이드 버튼 투명하게 하는 방법. 본문
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#00ff0000" />
안드로이드 버튼을 투명하게 해야할때
버튼의 background를 #00ff0000 으로 설정하면 버튼이 투명하게 된다.
'Android' 카테고리의 다른 글
View.VISIBLE, INVISIBLE, GONE (0) | 2020.03.24 |
---|