1
0
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:
Kyle Spearrin
2017-12-22 09:30:30 -05:00
parent be3ed16d3c
commit d0257df134
4 changed files with 691 additions and 672 deletions

File diff suppressed because it is too large Load Diff

View 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>