Changes of com.discord v934
This commit is contained in:
parent
0249120527
commit
0ed0646c18
6874 changed files with 155622 additions and 106272 deletions
3
com.discord/res/drawable/bubble_state_selector.xml
Normal file
3
com.discord/res/drawable/bubble_state_selector.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
7
com.discord/res/drawable/ic_mute_white_24dp.xml
Normal file
7
com.discord/res/drawable/ic_mute_white_24dp.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_mic_muted_white_red_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_mic_muted_white_red_24dp" />
|
||||
<item android:drawable="@drawable/ic_mic_white_a30_24dp" />
|
||||
</selector>
|
7
com.discord/res/drawable/ic_speaker_white.xml
Normal file
7
com.discord/res/drawable/ic_speaker_white.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_volume_up_white_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_volume_up_white_24dp" />
|
||||
<item android:drawable="@drawable/ic_volume_up_white_a30_24dp" />
|
||||
</selector>
|
16
com.discord/res/drawable/ic_trash_outline.xml
Normal file
16
com.discord/res/drawable/ic_trash_outline.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_activated="true">
|
||||
<shape android:shape="oval">
|
||||
<stroke android:width="4.0dip" android:color="#ffffffff" />
|
||||
<solid android:color="#4d1d1d1d" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<stroke android:width="2.0dip" android:color="#ffffffff" />
|
||||
<solid android:color="#991d1d1d" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
5
com.discord/res/drawable/trash_bg.xml
Normal file
5
com.discord/res/drawable/trash_bg.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#4d000000" android:endColor="#00000000" android:type="radial" android:centerY="95.00001%p" android:gradientRadius="95.00001%p" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue