monet: nuke rounded corners

People have always called them shit so why bother beautifying it, let people have all the space here
This commit is contained in:
mikairyuu 2022-01-02 15:58:00 +10:00
parent 74fea9fe52
commit 0844e59ab9
2 changed files with 3 additions and 3 deletions

View File

@ -29,11 +29,11 @@
<dimen name="status_bar_height_landscape">@dimen/status_bar_height</dimen>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">150px</dimen>
<dimen name="rounded_corner_radius">0px</dimen>
<!-- Radius of the software rounded corners at the top of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_top">142px</dimen>
<dimen name="rounded_corner_radius_top">0px</dimen>
<!-- Radius of the software rounded corners at the bottom of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->

View File

@ -23,7 +23,7 @@
<dimen name="keyguard_carrier_text_margin">40dp</dimen>
<!-- More realistic padding -->
<dimen name="rounded_corner_content_padding">30dp</dimen>
<dimen name="rounded_corner_content_padding">18dp</dimen>
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
<dimen name="physical_volume_up_button_center_screen_location_y">525px</dimen>