forked from distok/cutthecord
10.1.5
This commit is contained in:
parent
817f412c12
commit
5a282fef3f
38 changed files with 57997 additions and 2 deletions
21
patches/squareavatars/1015.patch
Normal file
21
patches/squareavatars/1015.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-12-21 21:31:15.670018218 +0300
|
||||
--- to/res/values/styles.xml 2019-12-21 21:31:43.176845054 +0300
|
||||
***************
|
||||
*** 941,947 ****
|
||||
<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>
|
||||
--- 941,948 ----
|
||||
<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>
|
|
@ -64,4 +64,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 10.1.1
|
||||
- 10.1.2
|
||||
- 10.1.3
|
||||
- 10.1.5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue