forked from distok/cutthecord
Port patches to v8.4.4g
This commit is contained in:
parent
e363d3a6f5
commit
c5a4c4b05a
39 changed files with 6148 additions and 1 deletions
22
patches/squareavatars/844.patch
Normal file
22
patches/squareavatars/844.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -crB -x dist -x build com.discord-844-base/res/values/styles.xml com.discord-844/res/values/styles.xml
|
||||
*** com.discord-844-base/res/values/styles.xml 2019-02-08 11:20:03.574861520 +0300
|
||||
--- com.discord-844/res/values/styles.xml 2019-02-08 11:28:12.553414647 +0300
|
||||
***************
|
||||
*** 825,831 ****
|
||||
<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>
|
||||
--- 825,832 ----
|
||||
<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>
|
||||
|
|
@ -11,4 +11,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 8.4.1g
|
||||
- 8.4.2g
|
||||
- 8.4.3g
|
||||
- 8.4.4g
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue