cutthecord/resources/xmlpatches/squareavatars/105202.xml
46620 854e2a0992 105.2 - Alpha (105202)
Last set had a broken branding but it apparently fixed a mobile issue with voice chat, if the issue is back I will revert the fix
2021-12-01 11:08:17 -05:00

9 lines
No EOL
457 B
XML

<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>