ADD week 5
This commit is contained in:
		
							
								
								
									
										18
									
								
								02-Easy5/E5/resources/res/drawable/m3_password_eye.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								02-Easy5/E5/resources/res/drawable/m3_password_eye.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <animated-selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|     <item | ||||
|         android:state_checked="true" | ||||
|         android:id="@+id/visible" | ||||
|         android:drawable="@drawable/design_ic_visibility_off"/> | ||||
|     <item | ||||
|         android:id="@+id/masked" | ||||
|         android:drawable="@drawable/design_ic_visibility"/> | ||||
|     <transition | ||||
|         android:drawable="@drawable/m3_avd_hide_password" | ||||
|         android:toId="@+id/visible" | ||||
|         android:fromId="@+id/masked"/> | ||||
|     <transition | ||||
|         android:drawable="@drawable/m3_avd_show_password" | ||||
|         android:toId="@+id/masked" | ||||
|         android:fromId="@+id/visible"/> | ||||
| </animated-selector> | ||||
		Reference in New Issue
	
	Block a user