Changes of com.discord v968
This commit is contained in:
parent
2be3c10320
commit
8dbf9fb1c2
8046 changed files with 353591 additions and 366898 deletions
8
com.discord/res/drawable/abc_btn_check_material_anim.xml
Normal file
8
com.discord/res/drawable/abc_btn_check_material_anim.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:id="@id/checked" android:drawable="@drawable/btn_checkbox_checked_mtrl" />
|
||||
<item android:id="@id/unchecked" android:drawable="@drawable/btn_checkbox_unchecked_mtrl" />
|
||||
<transition android:drawable="@drawable/btn_checkbox_unchecked_to_checked_mtrl_animation" android:toId="@id/checked" android:fromId="@id/unchecked" />
|
||||
<transition android:drawable="@drawable/btn_checkbox_checked_to_unchecked_mtrl_animation" android:toId="@id/unchecked" android:fromId="@id/checked" />
|
||||
</animated-selector>
|
8
com.discord/res/drawable/abc_btn_radio_material_anim.xml
Normal file
8
com.discord/res/drawable/abc_btn_radio_material_anim.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:id="@id/on" android:drawable="@drawable/btn_radio_on_mtrl" />
|
||||
<item android:id="@id/off" android:drawable="@drawable/btn_radio_off_mtrl" />
|
||||
<transition android:drawable="@drawable/btn_radio_on_to_off_mtrl_animation" android:toId="@id/off" android:fromId="@id/on" />
|
||||
<transition android:drawable="@drawable/btn_radio_off_to_on_mtrl_animation" android:toId="@id/on" android:fromId="@id/off" />
|
||||
</animated-selector>
|
12
com.discord/res/drawable/btn_checkbox_checked_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_checkbox_checked_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_checkbox_checked" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="48.0" android:viewportHeight="48.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="icon_null" android:scaleX="0.2" android:scaleY="0.2" android:translateX="24.0" android:translateY="24.0">
|
||||
<group android:name="check" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="check_path_merged" android:fillColor="#ff000000" android:pathData="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -5.0,-5.00001525879 -5.0,-5.00001525879 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 3.58590698242,3.58601379395 3.58590698242,3.58601379395 c 0.0,0.0 7.58590698242,-7.58601379395 7.58590698242,-7.58601379395 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -9.0,9.00001525879 -9.0,9.00001525879 Z" />
|
||||
</group>
|
||||
<group android:name="box_dilate" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="box_inner_merged" android:fillColor="#ff000000" android:pathData="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:fillAlpha="0.0" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_checkbox_checked_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="icon_null" android:animation="@anim/btn_checkbox_to_unchecked_icon_null_animation" />
|
||||
<target android:name="check_path_merged" android:animation="@anim/btn_checkbox_to_unchecked_check_path_merged_animation" />
|
||||
<target android:name="box_inner_merged" android:animation="@anim/btn_checkbox_to_unchecked_box_inner_merged_animation" />
|
||||
</animated-vector>
|
12
com.discord/res/drawable/btn_checkbox_unchecked_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_checkbox_unchecked_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_checkbox_unchecked" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="48.0" android:viewportHeight="48.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="icon_null" android:scaleX="0.2" android:scaleY="0.2" android:translateX="24.0" android:translateY="24.0">
|
||||
<group android:name="check" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="box_outer_merged" android:fillColor="#ff000000" android:pathData="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" android:fillAlpha="0.0" />
|
||||
</group>
|
||||
<group android:name="box_dilate" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="box_inner_merged" android:fillColor="#ff000000" android:pathData="M -7.0,-7.0 l 14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_checkbox_unchecked_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="icon_null" android:animation="@anim/btn_checkbox_to_checked_icon_null_animation" />
|
||||
<target android:name="box_outer_merged" android:animation="@anim/btn_checkbox_to_checked_box_outer_merged_animation" />
|
||||
<target android:name="box_inner_merged" android:animation="@anim/btn_checkbox_to_checked_box_inner_merged_animation" />
|
||||
</animated-vector>
|
12
com.discord/res/drawable/btn_radio_off_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_radio_off_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_radio_to_on_mtrl" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="btn_radio_to_on_mtrl_0" android:translateX="16.0" android:translateY="16.0">
|
||||
<group android:name="ring_outer">
|
||||
<path android:name="ring_outer_path" android:pathData="M 0.0,-9.0 c 4.9705627482,0.0 9.0,4.0294372518 9.0,9.0 c 0.0,4.9705627482 -4.0294372518,9.0 -9.0,9.0 c -4.9705627482,0.0 -9.0,-4.0294372518 -9.0,-9.0 c 0.0,-4.9705627482 4.0294372518,-9.0 9.0,-9.0 Z" android:strokeColor="#ff000000" android:strokeWidth="2.0" />
|
||||
</group>
|
||||
<group android:name="dot_group" android:scaleX="0.0" android:scaleY="0.0">
|
||||
<path android:name="dot_path" android:fillColor="#ff000000" android:pathData="M 0.0,-5.0 c -2.7619934082,0.0 -5.0,2.2380065918 -5.0,5.0 c 0.0,2.7619934082 2.2380065918,5.0 5.0,5.0 c 2.7619934082,0.0 5.0,-2.2380065918 5.0,-5.0 c 0.0,-2.7619934082 -2.2380065918,-5.0 -5.0,-5.0 Z" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_radio_off_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="ring_outer" android:animation="@anim/btn_radio_to_on_mtrl_ring_outer_animation" />
|
||||
<target android:name="ring_outer_path" android:animation="@anim/btn_radio_to_on_mtrl_ring_outer_path_animation" />
|
||||
<target android:name="dot_group" android:animation="@anim/btn_radio_to_on_mtrl_dot_group_animation" />
|
||||
</animated-vector>
|
12
com.discord/res/drawable/btn_radio_on_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_radio_on_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_radio_to_off_mtrl" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="btn_radio_to_off_mtrl_0" android:translateX="16.0" android:translateY="16.0">
|
||||
<group android:name="ring_outer">
|
||||
<path android:name="ring_outer_path" android:pathData="M 0.0,-9.0 c 4.9705627482,0.0 9.0,4.0294372518 9.0,9.0 c 0.0,4.9705627482 -4.0294372518,9.0 -9.0,9.0 c -4.9705627482,0.0 -9.0,-4.0294372518 -9.0,-9.0 c 0.0,-4.9705627482 4.0294372518,-9.0 9.0,-9.0 Z" android:strokeColor="#ff000000" android:strokeWidth="2.0" />
|
||||
</group>
|
||||
<group android:name="dot_group">
|
||||
<path android:name="dot_path" android:fillColor="#ff000000" android:pathData="M 0.0,-5.0 c -2.7619934082,0.0 -5.0,2.2380065918 -5.0,5.0 c 0.0,2.7619934082 2.2380065918,5.0 5.0,5.0 c 2.7619934082,0.0 5.0,-2.2380065918 5.0,-5.0 c 0.0,-2.7619934082 -2.2380065918,-5.0 -5.0,-5.0 Z" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_radio_on_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="ring_outer" android:animation="@anim/btn_radio_to_off_mtrl_ring_outer_animation" />
|
||||
<target android:name="ring_outer_path" android:animation="@anim/btn_radio_to_off_mtrl_ring_outer_path_animation" />
|
||||
<target android:name="dot_group" android:animation="@anim/btn_radio_to_off_mtrl_dot_group_animation" />
|
||||
</animated-vector>
|
Loading…
Add table
Add a link
Reference in a new issue