mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
- Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2011 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>
|
|
<!-- All Apps -->
|
|
<dimen name="all_apps_search_bar_height">54dp</dimen>
|
|
<dimen name="all_apps_icon_top_bottom_padding">14dp</dimen>
|
|
|
|
<!-- QSB -->
|
|
<dimen name="toolbar_button_vertical_padding">8dip</dimen>
|
|
<dimen name="toolbar_button_horizontal_padding">8dip</dimen>
|
|
|
|
<!-- Cling -->
|
|
<dimen name="cling_migration_content_margin">96dp</dimen>
|
|
<dimen name="cling_migration_content_width">320dp</dimen>
|
|
|
|
</resources>
|