forked from distok/cutthecord
Add v884 support
This commit is contained in:
parent
decca48613
commit
f35d9c9390
37 changed files with 6503 additions and 1 deletions
21
patches/squareavatars/884.patch
Normal file
21
patches/squareavatars/884.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-04-25 10:45:10.484292254 +0300
|
||||
--- to/res/values/styles.xml 2019-04-25 11:23:47.687527761 +0300
|
||||
***************
|
||||
*** 833,839 ****
|
||||
<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>
|
||||
--- 833,840 ----
|
||||
<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>
|
|
@ -21,4 +21,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 8.5.5
|
||||
- 8.5.6
|
||||
- 8.7.6
|
||||
- 8.8.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue