forked from distok/cutthecord
Add v8.4.2g patches
god bless patchport
This commit is contained in:
parent
9beeb28d81
commit
a2de115ba5
37 changed files with 6060 additions and 1 deletions
22
patches/squareavatars/842.patch
Normal file
22
patches/squareavatars/842.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -crB -x dist -x build com.discord-839-testing/res/values/styles.xml com.discord-839/res/values/styles.xml
|
||||
*** com.discord-839-testing/res/values/styles.xml 2019-02-03 09:37:05.669928847 +0300
|
||||
--- com.discord-839/res/values/styles.xml 2019-02-03 09:54:45.214140645 +0300
|
||||
***************
|
||||
*** 811,817 ****
|
||||
<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>
|
||||
--- 811,818 ----
|
||||
<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>
|
||||
|
|
@ -9,4 +9,5 @@ A very small amount of rounding is applied to make it look a little better.
|
|||
- 8.3.6g
|
||||
- 8.3.9g
|
||||
- 8.4.1g
|
||||
- 8.4.2g
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue