mirror of
https://github.com/Evolution-X-Devices/device_nokia_sdm660-common
synced 2026-02-01 08:51:29 +00:00
sdm660-common: Increase status_bar_padding for no rounded corners
In devices with no rounded corners status_bar_padding is too small and text is too close to the edge of the device. Increase it for these devices. Test: visual Fixes: 132823624 Change-Id: I34bd3b659522f8d801f92edd29961eb6fa2234d3
This commit is contained in:
committed by
Nolen Johnson
parent
8c901b22c4
commit
def5645600
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
* Copyright (c) 2019, 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>
|
||||
<dimen name="status_bar_padding_start">12dp</dimen>
|
||||
<dimen name="status_bar_padding_end">12dp</dimen>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user