mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
a20, a20e: import padding from com.lucazzz.developer.* rros
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
0daeb5075c
commit
1dd8cd50b3
6 changed files with 27 additions and 33 deletions
|
|
@ -16,5 +16,10 @@
|
|||
*/
|
||||
-->
|
||||
<resources>
|
||||
<dimen name="rounded_corner_content_padding">48px</dimen>
|
||||
<dimen name="status_bar_padding_start">6.0dip</dimen>
|
||||
<dimen name="status_bar_padding_end">4.0dip</dimen>
|
||||
<dimen name="status_bar_padding_top">1.0dip</dimen>
|
||||
<dimen name="rounded_corner_content_padding">23.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top">29.0dip</dimen>
|
||||
<dimen name="rounded_corner_radius_top_adjustment">29.0px</dimen>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2021 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<bool name="flag_combined_status_bar_signal_icons">true</bool>
|
||||
</resources>
|
||||
Loading…
Reference in a new issue