forked from distok/cutthecord
9.6.3
9.6.4 is in works also API 7 time!!
This commit is contained in:
parent
eb39c6f9c6
commit
607abc3436
42 changed files with 9926 additions and 2 deletions
21
patches/squareavatars/963.patch
Normal file
21
patches/squareavatars/963.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-10-01 22:09:17.070631936 +0300
|
||||
--- to/res/values/styles.xml 2019-10-01 22:10:25.744421867 +0300
|
||||
***************
|
||||
*** 853,859 ****
|
||||
<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>
|
||||
--- 853,860 ----
|
||||
<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>
|
|
@ -44,4 +44,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 9.4.6
|
||||
- 9.4.7
|
||||
- 9.4.8
|
||||
- 9.6.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue