소스 검색

Fixes #1761 by removing unnecessary background color which gets tinted if present

AndyScherzinger 7 년 전
부모
커밋
798df9f223
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/res/layout/media_control.xml

+ 0 - 1
src/main/res/layout/media_control.xml

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