mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 18:07:25 +00:00
Added work profile app indicators and long click to select app toast for shortcuts
This commit is contained in:
parent
25a1274821
commit
27bca8260f
8 changed files with 166 additions and 32 deletions
10
app/src/main/res/drawable/ic_empty.xml
Normal file
10
app/src/main/res/drawable/ic_empty.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="15dp"
|
||||
android:height="15dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:alpha="0">
|
||||
<group>
|
||||
<path/>
|
||||
</group>
|
||||
</vector>
|
||||
17
app/src/main/res/drawable/ic_work_app.xml
Normal file
17
app/src/main/res/drawable/ic_work_app.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="15dp"
|
||||
android:height="15dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="#F3F3F3"
|
||||
android:alpha="1">
|
||||
<group android:scaleX="0.5"
|
||||
android:scaleY="0.5"
|
||||
android:translateX="0
|
||||
"
|
||||
android:translateY="6">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M12,2C6.47,2 2,6.47 2,12s4.47,10 10,10 10,-4.47 10,-10S17.53,2 12,2z"/>
|
||||
</group>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue