forked from distok/cutthecord
Push v8.5.6 patches
+ no more necessary, yay~
This commit is contained in:
parent
76cf8fed69
commit
bec0c97fd1
38 changed files with 6486 additions and 4 deletions
22
patches/squareavatars/856.patch
Normal file
22
patches/squareavatars/856.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -crB -x dist -x build com.discord-854-base/res/values/styles.xml com.discord-854/res/values/styles.xml
|
||||
*** com.discord-854-base/res/values/styles.xml 2019-03-03 19:12:52.365781975 +0300
|
||||
--- com.discord-854/res/values/styles.xml 2019-03-03 19:17:33.073807444 +0300
|
||||
***************
|
||||
*** 827,833 ****
|
||||
<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>
|
||||
--- 827,834 ----
|
||||
<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>
|
||||
|
|
@ -19,4 +19,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 8.5.3
|
||||
- 8.5.4
|
||||
- 8.5.5
|
||||
- 8.5.6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue