forked from distok/cutthecord
Move squareavatars to old patches
This commit is contained in:
parent
1a7ad17c87
commit
ec47b98061
169 changed files with 1 additions and 0 deletions
21
resources/old-patches/squareavatars/835.patch
Normal file
21
resources/old-patches/squareavatars/835.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
*** com.discord-835-base/res/values/styles.xml 2019-01-25 10:57:34.429248557 +0300
|
||||
--- com.discord-835/res/values/styles.xml 2019-01-28 16:51:28.771000850 +0300
|
||||
***************
|
||||
*** 809,815 ****
|
||||
<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>
|
||||
--- 809,816 ----
|
||||
<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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue