Skip to content

Commit

Permalink
更改dkplayer-ui中引用错误的资源文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Jul 5, 2018
1 parent f5425da commit b4b5817
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dkplayer-ui/src/main/res/drawable/seekbar_thumb_normal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/dkplayer_theme_color"/>
<size
android:height="@dimen/controller_seekbar_size_n"
android:width="@dimen/controller_seekbar_size_n"/>
android:height="@dimen/dkplayer_controller_seekbar_size_n"
android:width="@dimen/dkplayer_controller_seekbar_size_n"/>
</shape>
4 changes: 2 additions & 2 deletions dkplayer-ui/src/main/res/drawable/seekbar_thumb_pressed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/dkplayer_theme_color"/>
<size
android:height="@dimen/controller_seekbar_size_n"
android:width="@dimen/controller_seekbar_size_n"/>
android:height="@dimen/dkplayer_controller_seekbar_size_n"
android:width="@dimen/dkplayer_controller_seekbar_size_n"/>
</shape>
2 changes: 1 addition & 1 deletion dkplayer-ui/src/main/res/drawable/shape_ad_bg.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/player_background_color" />
<solid android:color="@color/dkplayer_background_color" />
<size
android:width="80dp"
android:height="40dp" />
Expand Down
2 changes: 1 addition & 1 deletion dkplayer-ui/src/main/res/drawable/shape_back_bg.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/player_background_color"/>
<solid android:color="@color/dkplayer_background_color"/>
<size
android:height="40dp"
android:width="40dp"/>
Expand Down
2 changes: 1 addition & 1 deletion dkplayer-ui/src/main/res/drawable/shape_play_bg.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/player_theme_color_translucent"/>
<solid android:color="@color/dkplayer_theme_color_translucent"/>
<size
android:height="40dp"
android:width="40dp"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

<gradient android:startColor="@color/player_background_color"
<gradient android:startColor="@color/dkplayer_background_color"
android:endColor="@android:color/transparent"
android:angle="270"/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

<gradient android:startColor="@color/player_background_color"
<gradient android:startColor="@color/dkplayer_background_color"
android:endColor="@android:color/transparent"
android:angle="90"/>

Expand Down

0 comments on commit b4b5817

Please sign in to comment.