forked from distok/cutthecord
12.3 (1054)
This commit is contained in:
parent
800cdc5744
commit
19d1183996
40 changed files with 58063 additions and 2 deletions
21
patches/squareavatars/1054.patch
Normal file
21
patches/squareavatars/1054.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-03-04 00:06:39.988259906 +0000
|
||||
--- to/res/values/styles.xml 2020-03-04 00:06:57.532131169 +0000
|
||||
***************
|
||||
*** 1023,1029 ****
|
||||
<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>
|
||||
--- 1023,1030 ----
|
||||
<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>
|
|
@ -88,4 +88,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 11.7
|
||||
- 12.1
|
||||
- 12.2
|
||||
- 12.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue