add library
This commit is contained in:
BIN
library/src/main/res/drawable/jz_bottom_bg.9.png
Normal file
BIN
library/src/main/res/drawable/jz_bottom_bg.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 946 B |
28
library/src/main/res/drawable/jz_bottom_progress.xml
Normal file
28
library/src/main/res/drawable/jz_bottom_progress.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<solid android:color="#a5ffffff" />
|
||||
<size android:height="4dp" />
|
||||
<corners android:radius="1dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:id="@android:id/secondaryProgress">
|
||||
<clip>
|
||||
<shape>
|
||||
<solid android:color="#ffe0e0e0" />
|
||||
<size android:height="4dp" />
|
||||
<corners android:radius="1dp" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
<item android:id="@android:id/progress">
|
||||
<clip>
|
||||
<shape>
|
||||
<solid android:color="#fff85959" />
|
||||
<size android:height="4dp" />
|
||||
<corners android:radius="1dp" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
</layer-list>
|
||||
5
library/src/main/res/drawable/jz_bottom_seek_poster.xml
Normal file
5
library/src/main/res/drawable/jz_bottom_seek_poster.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/jz_seek_poster_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/jz_seek_poster_normal" />
|
||||
</selector>
|
||||
28
library/src/main/res/drawable/jz_bottom_seek_progress.xml
Normal file
28
library/src/main/res/drawable/jz_bottom_seek_progress.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<solid android:color="#a5ffffff" />
|
||||
<size android:height="1dp" />
|
||||
<corners android:radius="1.5dip" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:id="@android:id/secondaryProgress">
|
||||
<clip>
|
||||
<shape>
|
||||
<solid android:color="#ffffffff" />
|
||||
<size android:height="1dp" />
|
||||
<corners android:radius="1.5dip" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
<item android:id="@android:id/progress">
|
||||
<clip>
|
||||
<shape>
|
||||
<solid android:color="#fff85959" />
|
||||
<size android:height="1dp" />
|
||||
<corners android:radius="1.5dip" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
</layer-list>
|
||||
BIN
library/src/main/res/drawable/jz_clarity_popwindow_bg.9.png
Normal file
BIN
library/src/main/res/drawable/jz_clarity_popwindow_bg.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 470 B |
5
library/src/main/res/drawable/jz_click_back_selector.xml
Normal file
5
library/src/main/res/drawable/jz_click_back_selector.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/jz_back_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/jz_back_normal" />
|
||||
</selector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/jz_back_tiny_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/jz_back_tiny_normal" />
|
||||
</selector>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/jz_pause_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/jz_pause_normal" />
|
||||
|
||||
</selector>
|
||||
5
library/src/main/res/drawable/jz_click_play_selector.xml
Normal file
5
library/src/main/res/drawable/jz_click_play_selector.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/jz_play_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/jz_play_normal" />
|
||||
</selector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/jz_restart_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/jz_restart_normal" />
|
||||
</selector>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/jz_share_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/jz_share_normal" />
|
||||
</selector>
|
||||
17
library/src/main/res/drawable/jz_dialog_progress.xml
Normal file
17
library/src/main/res/drawable/jz_dialog_progress.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<solid android:color="#ffffffff" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:id="@android:id/progress">
|
||||
<clip>
|
||||
<shape>
|
||||
<solid android:color="#fff85959" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
</layer-list>
|
||||
9
library/src/main/res/drawable/jz_dialog_progress_bg.xml
Normal file
9
library/src/main/res/drawable/jz_dialog_progress_bg.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#cc000000" />
|
||||
<corners
|
||||
android:bottomLeftRadius="6dp"
|
||||
android:bottomRightRadius="6dp"
|
||||
android:topLeftRadius="6dp"
|
||||
android:topRightRadius="6dp" />
|
||||
</shape>
|
||||
7
library/src/main/res/drawable/jz_loading.xml
Normal file
7
library/src/main/res/drawable/jz_loading.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:drawable="@drawable/jz_loading_bg"
|
||||
android:fromDegrees="0.0"
|
||||
android:pivotX="50.0%"
|
||||
android:pivotY="50.0%"
|
||||
android:toDegrees="360.0" />
|
||||
7
library/src/main/res/drawable/jz_retry.xml
Normal file
7
library/src/main/res/drawable/jz_retry.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="7dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@android:color/white" />
|
||||
</shape>
|
||||
8
library/src/main/res/drawable/jz_seek_poster_normal.xml
Normal file
8
library/src/main/res/drawable/jz_seek_poster_normal.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#ffffffff" />
|
||||
<size
|
||||
android:width="15dp"
|
||||
android:height="15dp" />
|
||||
</shape>
|
||||
8
library/src/main/res/drawable/jz_seek_poster_pressed.xml
Normal file
8
library/src/main/res/drawable/jz_seek_poster_pressed.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="#fff0f0f0" />
|
||||
<size
|
||||
android:width="15dp"
|
||||
android:height="15dp" />
|
||||
</shape>
|
||||
BIN
library/src/main/res/drawable/jz_title_bg.9.png
Normal file
BIN
library/src/main/res/drawable/jz_title_bg.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
19
library/src/main/res/drawable/jz_volume_progress_bg.xml
Normal file
19
library/src/main/res/drawable/jz_volume_progress_bg.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<solid android:color="#ffffffff" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:id="@android:id/progress">
|
||||
<clip
|
||||
android:clipOrientation="vertical"
|
||||
android:gravity="bottom">
|
||||
<shape>
|
||||
<solid android:color="#fff85959" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user