Fix seekbar tinting for video/audio player
@@ -220,7 +220,6 @@ public class ThemeUtils {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
seekBar.getThumb().setColorFilter(color, PorterDuff.Mode.SRC_IN);
- seekBar.getThumb().setColorFilter(color, PorterDuff.Mode.SRC_IN);
}
@@ -74,7 +74,6 @@
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="@dimen/seek_bar_height"
- android:progressDrawable="@color/white"
android:splitTrack="false"/>
<TextView android:id="@+id/totalTimeText"