Initial commit - v1.1.9
This commit is contained in:
7
app/src/main/res/drawable/bg_slider_track.xml
Normal file
7
app/src/main/res/drawable/bg_slider_track.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="40dp" /> <!-- Fully rounded corners for pill shape -->
|
||||
<solid android:color="#00000000" /> <!-- Transparent fill -->
|
||||
<stroke android:width="1.5dp" android:color="#40FFFFFF" /> <!-- Glass border -->
|
||||
</shape>
|
||||
Reference in New Issue
Block a user