mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-13 05:51:58 +02:00
fast scroll in app list
This commit is contained in:
parent
589d5ec9ab
commit
9b84d1ddcf
6 changed files with 58 additions and 4 deletions
app/src/main/res/drawable
12
app/src/main/res/drawable/fast_scroll_track.xml
Normal file
12
app/src/main/res/drawable/fast_scroll_track.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@android:color/transparent" />
|
||||
|
||||
<padding
|
||||
android:top="2dp"
|
||||
android:bottom="2dp"
|
||||
android:left="2dp"
|
||||
android:right="2dp" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue