mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
custom thumb on slider for android
This commit is contained in:
1326
src/Android/Resources/Resource.Designer.cs
generated
1326
src/Android/Resources/Resource.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
6
src/Android/Resources/drawable/slider_thumb.xml
Normal file
6
src/Android/Resources/drawable/slider_thumb.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
||||
<solid android:color="@color/white"/>
|
||||
<stroke android:width="2dp" android:color="#B5B5B5"/>
|
||||
<size android:width="28dp" android:height="28dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user