forked from distok/cutthecord
10.1.9
thanks to discord for hardcoding colors again 🖕
This commit is contained in:
parent
826cde9d44
commit
454decdc31
38 changed files with 57973 additions and 2 deletions
21
patches/squareavatars/1019.patch
Normal file
21
patches/squareavatars/1019.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
diff -crB from/res/values/styles.xml to/res/values/styles.xml
|
||||
*** from/res/values/styles.xml 2020-01-10 14:08:28.151657482 +0300
|
||||
--- to/res/values/styles.xml 2020-01-10 14:34:12.179501251 +0300
|
||||
***************
|
||||
*** 970,976 ****
|
||||
<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>
|
||||
--- 970,977 ----
|
||||
<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>
|
|
@ -66,4 +66,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 10.1.3
|
||||
- 10.1.5
|
||||
- 10.1.6
|
||||
- 10.1.9
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue