mirror of
				https://github.com/SimpleMobileTools/Simple-App-Launcher.git
				synced 2025-06-05 21:49:21 +02:00 
			
		
		
		
	hide checks as invisible, not gone
This commit is contained in:
		| @@ -5,7 +5,7 @@ import android.view.View | ||||
| val View.isVisible: Boolean get() = visibility == View.VISIBLE | ||||
|  | ||||
| fun View.hide() { | ||||
|     visibility = View.GONE | ||||
|     visibility = View.INVISIBLE | ||||
| } | ||||
|  | ||||
| fun View.show() { | ||||
|   | ||||
| @@ -31,6 +31,6 @@ | ||||
|         android:gravity="top|right" | ||||
|         android:scaleType="fitEnd" | ||||
|         android:src="@mipmap/check" | ||||
|         android:visibility="gone"/> | ||||
|         android:visibility="invisible"/> | ||||
|  | ||||
| </RelativeLayout> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user