forked from distok/cutthecord
10.2.6
This commit is contained in:
parent
4ad1d8b1fb
commit
9b11df5b8a
38 changed files with 57968 additions and 2 deletions
21
patches/squareavatars/1026.patch
Normal file
21
patches/squareavatars/1026.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-16 10:47:10.090124463 +0300
|
||||
--- to/res/values/styles.xml 2020-01-16 10:47:33.733588396 +0300
|
||||
***************
|
||||
*** 975,981 ****
|
||||
<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>
|
||||
--- 975,982 ----
|
||||
<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>
|
|
@ -73,4 +73,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 10.2.3
|
||||
- 10.2.4
|
||||
- 10.2.5
|
||||
- 10.2.6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue