forked from distok/cutthecord
10.1.1
This commit is contained in:
parent
ee77823392
commit
bf679ad046
40 changed files with 58289 additions and 2 deletions
21
patches/squareavatars/1011.patch
Normal file
21
patches/squareavatars/1011.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-19 01:48:19.167702650 +0300
|
||||
--- to/res/values/styles.xml 2019-12-19 01:48:44.901192229 +0300
|
||||
***************
|
||||
*** 939,945 ****
|
||||
<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>
|
||||
--- 939,946 ----
|
||||
<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>
|
|
@ -61,4 +61,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 9.9.6
|
||||
- 10.0.6
|
||||
- 10.0.7
|
||||
- 10.1.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue