Home Controls: Move padding dimens to new package.
Moved dimens to sw720dp directory as the padding should not be applied to phones in landscape. Bug: 215745329 Test: Tested on phone and tablet. Change-Id: I1080e57c2e86cdfc5a742ff01d51b8fda1f2d86e
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
* Copyright (c) 2022, The Android Open Source Project
|
||||
*
|
||||
@@ -16,6 +17,7 @@
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<dimen name="controls_padding_horizontal">205dp</dimen>
|
||||
<dimen name="split_shade_notifications_scrim_margin_bottom">16dp</dimen>
|
||||
<dimen name="notification_panel_margin_bottom">56dp</dimen>
|
||||
</resources>
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- gap on either side of status bar notification icons -->
|
||||
<dimen name="status_bar_icon_padding">1dp</dimen>
|
||||
|
||||
<dimen name="controls_padding_horizontal">75dp</dimen>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
~ Copyright (C) 2022 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="controls_padding_horizontal">75dp</dimen>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
~ Copyright (C) 2022 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="controls_padding_horizontal">205dp</dimen>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user