forked from distok/cutthecord
Add support for 9.1.2-SA
This commit is contained in:
parent
9a613e374e
commit
3217dfcd30
42 changed files with 9859 additions and 2 deletions
21
patches/squareavatars/912.patch
Normal file
21
patches/squareavatars/912.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-07-11 00:34:13.389687445 +0300
|
||||
--- to/res/values/styles.xml 2019-07-11 00:34:35.353151100 +0300
|
||||
***************
|
||||
*** 798,804 ****
|
||||
<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>
|
||||
--- 798,805 ----
|
||||
<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>
|
|
@ -35,4 +35,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 9.0.6
|
||||
- 9.0.9
|
||||
- 9.1.0
|
||||
- 9.1.2-SA
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue