반응형
선택 했을 때, Ripple 효과를 두고 싶을 때
주자 까먹는다 ^^
android:foreground="@drawable/bg_main_productshooting_ripple"
bg_main_productshooting_ripple.xml
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:color="@color/storecamera_yellow"
tools:targetApi="lollipop">
<item android:id="@android:id/mask">
<shape android:shape="rectangle">
<solid android:color="@color/storecamera_yellow" />
</shape>
</item>
</ripple>
반응형
'Android Coding' 카테고리의 다른 글
RecyclerView에서 StaggeredGridLayoutManager 적용 후 SwipeRefreshLayout 의 Refresh 할 때 (0) | 2019.02.13 |
---|---|
Thread를 이용한 RecyclerView UI 변경 처리 (0) | 2018.12.13 |
여러 장의 jpg를 PDF로 만들기 (0) | 2018.09.06 |
Android Acitivty restart (0) | 2018.08.03 |
[NDK] chars To JString (0) | 2018.04.09 |