Changes of com.discord v986

This commit is contained in:
root 2019-11-15 03:21:15 +01:00
parent 8f4cf7370b
commit 4f9eb81121
8484 changed files with 280941 additions and 219031 deletions

View 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>

View 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>

View 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>

View file

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

View 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>

View file

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

View 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>

View file

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

View 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>

View file

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

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<inset android:insetLeft="@dimen/uikit_btn_inset_horizontal_material" android:insetRight="@dimen/uikit_btn_inset_horizontal_material" android:insetTop="@dimen/uikit_btn_inset_vertical_material" android:insetBottom="@dimen/uikit_btn_inset_vertical_material"
xmlns:android="http://schemas.android.com/apk/res/android">
<shape android:shape="rectangle">
<corners android:radius="@dimen/uikit_btn_corner_radius" />
<solid android:color="@color/transparent" />
<stroke android:width="@dimen/uikit_btn_stroke_width" android:color="@color/brand_500" />
<padding android:left="@dimen/uikit_btn_padding_horizontal" android:top="@dimen/uikit_btn_padding_vertical" android:right="@dimen/uikit_btn_padding_horizontal" android:bottom="@dimen/uikit_btn_padding_vertical" />
</shape>
</inset>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#8a000000" android:pathData="M12,16.41l-6.71,-6.7l1.42,-1.42l5.29,5.3l5.29,-5.3l1.42,1.42z" />
</vector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#1f000000" />
<size android:height="1.0dip" android:width="1.0dip" />
</shape>