Merge pull request #1763 from nextcloud/fix-1761

Fix seekbar tinting for video/audio player
This commit is contained in:
Andy Scherzinger 2017-11-09 08:50:06 +01:00 committed by GitHub
commit 62b8112ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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);
}
}

View file

@ -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"