mirror of
https://booba.tech/CutTheCord/cutthecord.git
synced 2024-08-15 03:24:52 +00:00
46620
0f8f3bcbb3
- [x] Folder structure - [x] Script updates - [x] XML patches - [x] Move all patches to this repo - [x] Make sure jenkins is ready for new build system Reviewed-on: https://booba.tech/CutTheCord/cutthecord/pulls/2 Co-authored-by: 46620 <46620osu@gmail.com> Co-committed-by: 46620 <46620osu@gmail.com>
9 lines
No EOL
457 B
XML
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> |