forked from distok/cutthecord
parent
af3340e5d8
commit
97999f4119
1 changed files with 23 additions and 5 deletions
|
@ -1,8 +1,26 @@
|
|||
Only in com.discord-968: build
|
||||
Only in com.discord-968: dist
|
||||
diff -crB com.discord-968-base/res/drawable/drawable_overlay_channels_active.xml com.discord-968/res/drawable/drawable_overlay_channels_active.xml
|
||||
*** com.discord-968-base/res/drawable/drawable_overlay_channels_active.xml 2019-10-08 02:17:15.813731147 +0300
|
||||
--- com.discord-968/res/drawable/drawable_overlay_channels_active.xml 2019-10-08 10:17:11.930965716 +0300
|
||||
***************
|
||||
*** 3,9 ****
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:left="8.0dip" android:right="8.0dip">
|
||||
<shape android:shape="rectangle">
|
||||
! <solid android:color="@color/primary_500_alpha_60" />
|
||||
<corners android:radius="4.0dip" />
|
||||
</shape>
|
||||
</item>
|
||||
--- 3,9 ----
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:left="8.0dip" android:right="8.0dip">
|
||||
<shape android:shape="rectangle">
|
||||
! <solid android:color="@color/primary_700_alpha_60" />
|
||||
<corners android:radius="4.0dip" />
|
||||
</shape>
|
||||
</item>
|
||||
diff -crB com.discord-968-base/res/values/colors.xml com.discord-968/res/values/colors.xml
|
||||
*** com.discord-968-base/res/values/colors.xml 2019-10-08 02:17:17.500407428 +0300
|
||||
--- com.discord-968/res/values/colors.xml 2019-10-08 02:36:50.527287192 +0300
|
||||
--- com.discord-968/res/values/colors.xml 2019-10-08 10:12:13.178412042 +0300
|
||||
***************
|
||||
*** 50,56 ****
|
||||
<color name="cardview_shadow_start_color">#37000000</color>
|
||||
|
@ -172,7 +190,7 @@ diff -crB com.discord-968-base/res/values/colors.xml com.discord-968/res/values/
|
|||
<color name="twitch">#ff593695</color>
|
||||
diff -crB com.discord-968-base/res/values/styles.xml com.discord-968/res/values/styles.xml
|
||||
*** com.discord-968-base/res/values/styles.xml 2019-10-08 02:17:17.290406231 +0300
|
||||
--- com.discord-968/res/values/styles.xml 2019-10-08 02:26:41.200587211 +0300
|
||||
--- com.discord-968/res/values/styles.xml 2019-10-08 10:12:13.178412042 +0300
|
||||
***************
|
||||
*** 114,120 ****
|
||||
<item name="colorPrimary">@color/primary_600</item>
|
||||
|
@ -270,7 +288,7 @@ diff -crB com.discord-968-base/res/values/styles.xml com.discord-968/res/values/
|
|||
<item name="buttonBarPositiveButtonStyle">@style/UiKit.Button.Red.Fit</item>
|
||||
diff -crB com.discord-968-base/smali/com/discord/app/AppActivity$d.smali com.discord-968/smali/com/discord/app/AppActivity$d.smali
|
||||
*** com.discord-968-base/smali/com/discord/app/AppActivity$d.smali 2019-10-08 02:17:18.620413812 +0300
|
||||
--- com.discord-968/smali/com/discord/app/AppActivity$d.smali 2019-10-08 02:26:41.200587211 +0300
|
||||
--- com.discord-968/smali/com/discord/app/AppActivity$d.smali 2019-10-08 10:12:13.178412042 +0300
|
||||
***************
|
||||
*** 113,119 ****
|
||||
|
||||
|
|
Loading…
Reference in a new issue