250x250
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
- 앱바
- LifeCycle
- data
- Navigation
- DART
- 앱
- ScrollView
- TEST
- android
- Kotlin
- textfield
- intent
- drift
- binding
- viewmodel
- Button
- livedata
- CustomScrollView
- textview
- 테스트
- appbar
- scroll
- Dialog
- Coroutines
- 계측
- tabbar
- 안드로이드
- Flutter
- Compose
- activity
Archives
- Today
- Total
Study Record
간단한 ImageButton에 ripple 넣기 본문
728x90
android:background 속성에 "?attr/selectableItemBackground" 을 추가한다.
<ImageButton
android:id="@+id/goHomeButton"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:background="?attr/selectableItemBackground"
android:src="@drawable/ic_home"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
728x90
'안드로이드' 카테고리의 다른 글
[안드로이드] 네이버 지도 API 설정하기 (0) | 2022.05.12 |
---|---|
ContentLoadingProgressBar (0) | 2022.04.10 |
EditText 속성 - action 버튼 누르면 키보드 내리기, 이벤트 연결하기 (0) | 2022.04.09 |
Button 색상 바꾸기 , 바탕색(windowBackground) (0) | 2022.04.07 |
[안드로이드] 쥬디의 찜질방 게임 만들기 - 5. 게임 종료 (0) | 2021.12.27 |