mirror of
https://github.com/gsantner/dandelion
synced 2025-12-10 22:31:12 +01:00
Hide statusbar option for mainacitvity
This commit is contained in:
parent
76f33a45ba
commit
b4608794ab
9 changed files with 194 additions and 106 deletions
9
app/src/main/res/drawable/ic_visibility_black_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_visibility_black_24dp.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue