|
@@ -69,9 +69,9 @@
|
|
|
android:paddingLeft="10dp"
|
|
|
android:paddingRight="10dp"
|
|
|
android:progress="3"
|
|
|
- android:progressDrawable="@drawable/seekbar_img"
|
|
|
+ android:progressTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
+ android:thumbTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
android:scrollbarStyle="insideOverlay"
|
|
|
- android:thumb="@drawable/seekbar_thumb_ttpod_small"
|
|
|
android:thumbOffset="7dp" />
|
|
|
|
|
|
<SeekBar
|
|
@@ -89,9 +89,9 @@
|
|
|
android:minHeight="1dp"
|
|
|
android:paddingLeft="10dp"
|
|
|
android:paddingRight="10dp"
|
|
|
- android:progressDrawable="@drawable/seekbar_img"
|
|
|
+ android:progressTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
+ android:thumbTint="@color/selector_annotation_attribute_seek_bar"
|
|
|
android:scrollbarStyle="insideOverlay"
|
|
|
- android:thumb="@drawable/seekbar_thumb_ttpod_small"
|
|
|
/>
|
|
|
|
|
|
<android.support.constraint.Barrier
|