87202 patches #127

Merged
a merged 22 commits from clienthax/cutthecord:2021-05-31 into 2021-05-31 2021-08-22 15:59:05 +00:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit f709704fce - Show all commits

View File

@ -0,0 +1,9 @@
<diffs>
<diff file="res/values/dimens.xml">
<replace sel="/resources/dimen[@name='guild_icon_radius']/text()">0.0dp</replace>
</diff>
<diff file="res/values/styles.xml">
<replace sel="resources/style[@name='Avatar']/item[@name='roundAsCircle']/text()">false</replace>
<add pos="after" sel="resources/style[@name='Avatar']/item[@name='roundAsCircle']"><item name="roundedCornerRadius">3dp</item></add>
</diff>
</diffs>

View File

@ -0,0 +1,6 @@
## DisTok CutTheCord: Square Avatars Patch
This patch turns the circle avatars to their full square versions, letting you see the whole image.
A very small amount of rounding is applied to make it look a little better.