forked from distok/cutthecord
984, incomplete
- Archived compact - Archived pureevil - slashcommands needs rewrite
This commit is contained in:
parent
2f8444a050
commit
b7f98a4da8
141 changed files with 56887 additions and 9 deletions
21
patches/squareavatars/984.patch
Normal file
21
patches/squareavatars/984.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-11-14 22:32:18.063167697 +0300
|
||||
--- to/res/values/styles.xml 2019-11-14 22:33:25.403536047 +0300
|
||||
***************
|
||||
*** 903,909 ****
|
||||
<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>
|
||||
--- 903,910 ----
|
||||
<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>
|
|
@ -52,4 +52,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 9.6.8
|
||||
- 9.7.0
|
||||
- 9.8.0
|
||||
- 9.8.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue