forked from distok/cutthecord
11.5 (1046)
This commit is contained in:
parent
a7a16f68a6
commit
3e617ce379
40 changed files with 58068 additions and 2 deletions
21
patches/squareavatars/1046.patch
Normal file
21
patches/squareavatars/1046.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-02-21 02:43:50.613106836 +0000
|
||||
--- to/res/values/styles.xml 2020-02-21 02:44:09.312762209 +0000
|
||||
***************
|
||||
*** 1019,1025 ****
|
||||
<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>
|
||||
--- 1019,1026 ----
|
||||
<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>
|
|
@ -83,4 +83,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 10.5.1
|
||||
- 11.0
|
||||
- 11.4
|
||||
- 11.5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue