[Comet] Configure taskbar height
- Gesture nar bar to 24dp - Frame height to 56dp Bug: 309606777 Bug: 297514229 Test: Manual Change-Id: I153bf3cabd88859e5c55175f879230df575c2df0
This commit is contained in:
parent
94d45d78e9
commit
2d3d8a6d5d
2 changed files with 36 additions and 0 deletions
18
comet/overlay/frameworks/base/core/res/res/values/dimens.xml
Normal file
18
comet/overlay/frameworks/base/core/res/res/values/dimens.xml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2023 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_frame_height">56dp</dimen>
|
||||||
|
</resources>
|
18
comet/overlay/packages/apps/Launcher3/res/values/dimens.xml
Normal file
18
comet/overlay/packages/apps/Launcher3/res/values/dimens.xml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2023 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="transient_taskbar_stashed_height">24dp</dimen>
|
||||||
|
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue