-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the row clickable to move another activity with Ripple effect #9
Comments
try to set on your item_drawer.xml the background this way = android : |
This is my item_drawer.xml. But it didn't work. |
create a RelativeLayout and set android:background="?android:attr/selectableItemBackground" and it put the TextView and ImageView inside . |
Already that is inside the RelativeLayout.
|
bus this RelativeLayout is the main, create other, also I went through this 2015-06-19 23:48 GMT-03:00 Sivailango [email protected]:
"As pessoas não sabem oque querem até você mostrar a elas" Steve |
2015-06-20 9:43 GMT-03:00 Rafael Almeida Barbosa <[email protected]
"As pessoas não sabem oque querem até você mostrar a elas" Steve |
get position code |
Hi @slidenerd,
First of all thanks for you Material Design video tutorial.
I have two issues.
First one is, when i try click on the link on RecyclerView, it moves to sub activity only when click on the icon of menu list. So i added click listener for title too. Now it works, but ripple effect is only working when i click other than icon and title. I want to implement the click event anywhere on the item with ripple effect and it should take me to sub activity.
Also i when back to MainActivity from SubActivity the Navigation is still in open status.
How do i solve it?
The text was updated successfully, but these errors were encountered: