forked from distok/cutthecord
Add v8.4.5 patches
This commit is contained in:
parent
06e4944d64
commit
2a1b88d203
40 changed files with 6173 additions and 4 deletions
22
patches/squareavatars/845.patch
Normal file
22
patches/squareavatars/845.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -crB -x dist -x build com.discord-845-base/res/values/styles.xml com.discord-845/res/values/styles.xml
|
||||
*** com.discord-845-base/res/values/styles.xml 2019-02-15 01:55:28.051883758 +0300
|
||||
--- com.discord-845/res/values/styles.xml 2019-02-15 02:05:17.051171134 +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>
|
||||
|
|
@ -12,4 +12,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 8.4.2g
|
||||
- 8.4.3g
|
||||
- 8.4.4g
|
||||
- 8.4.5g
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue