forked from distok/cutthecord
Port patches to 9.8.6
No builds will happen until I sort out slashcommands, or at least helper utils in it. ETA: Tomorrow. Sorry :/
This commit is contained in:
parent
b7f98a4da8
commit
7193f29239
36 changed files with 56715 additions and 2 deletions
21
patches/squareavatars/986.patch
Normal file
21
patches/squareavatars/986.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
diff -crB from/res/values/styles.xml to/res/values/styles.xml
|
||||
*** from/res/values/styles.xml 2019-11-18 00:22:53.869066203 +0300
|
||||
--- to/res/values/styles.xml 2019-11-18 00:23:42.779376576 +0300
|
||||
***************
|
||||
*** 909,915 ****
|
||||
<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>
|
||||
--- 909,916 ----
|
||||
<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>
|
|
@ -53,4 +53,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 9.7.0
|
||||
- 9.8.0
|
||||
- 9.8.4
|
||||
- 9.8.6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue