Update volume panel radius to 52dp for comet

Change-Id: I463cf9f5bd7b23f964a67cf12d91491de704f5df
BUG: 364795074
Flag: EXEMPT ui style fix
Test: local test
This commit is contained in:
Haijie Hong 2024-09-06 08:46:36 +00:00
parent d30ef0793e
commit 6d424318cc

View file

@ -22,4 +22,7 @@
<!-- Location on the screen of the center of the physical fingerprint sensor --> <!-- Location on the screen of the center of the physical fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">710px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_y">710px</dimen>
<!-- Volume panel corner radius -->
<dimen name="bottom_sheet_corner_radius">52dp</dimen>
</resources> </resources>