forked from distok/cutthecord
Release v8.5.0 patches
This commit is contained in:
parent
cf81755d94
commit
2e1662d7cd
39 changed files with 6490 additions and 3 deletions
22
patches/squareavatars/850.patch
Normal file
22
patches/squareavatars/850.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -crB -x dist -x build com.discord-848-base/res/values/styles.xml com.discord-848/res/values/styles.xml
|
||||
*** com.discord-848-base/res/values/styles.xml 2019-02-17 12:23:56.084234586 +0300
|
||||
--- com.discord-848/res/values/styles.xml 2019-02-17 12:37:45.411891228 +0300
|
||||
***************
|
||||
*** 825,831 ****
|
||||
<item name="actualImageScaleType">fitCenter</item>
|
||||
<item name="placeholderImage">@drawable/asset_default_avatar_32dp</item>
|
||||
<item name="placeholderImageScaleType">fitCenter</item>
|
||||
! <item name="roundAsCircle">true</item>
|
||||
</style>
|
||||
<style name="Avatar.Chat" parent="@style/Avatar.Large">
|
||||
<item name="android:layout_width">@dimen/avatar_size_chat</item>
|
||||
--- 825,832 ----
|
||||
<item name="actualImageScaleType">fitCenter</item>
|
||||
<item name="placeholderImage">@drawable/asset_default_avatar_32dp</item>
|
||||
<item name="placeholderImageScaleType">fitCenter</item>
|
||||
! <item name="roundAsCircle">false</item>
|
||||
! <item name="roundedCornerRadius">3dp</item>
|
||||
</style>
|
||||
<style name="Avatar.Chat" parent="@style/Avatar.Large">
|
||||
<item name="android:layout_width">@dimen/avatar_size_chat</item>
|
||||
|
|
@ -14,4 +14,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 8.4.4g
|
||||
- 8.4.5g
|
||||
- 8.4.8
|
||||
- 8.5.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue