Taskbar 3 button mode insets for comet
Test: Test out the build from presubmit Bug: 318396795 Flag: NONE Change-Id: I16de687d556a06700a220dabff2e5e2f356a58f5
This commit is contained in:
parent
75d1f37c6f
commit
144ed4b8cd
2 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2024 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="taskbar_button_margin_split">68dp</dimen>
|
||||||
|
</resources>
|
|
@ -15,4 +15,5 @@
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<dimen name="transient_taskbar_stashed_height">24dp</dimen>
|
<dimen name="transient_taskbar_stashed_height">24dp</dimen>
|
||||||
|
<dimen name="taskbar_button_margin_split">68dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue