mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Add a button to clear all tasks to the recents Go layout and hook it up to the model. Bug: 114136250 Test: Open recents, hit clear all Change-Id: Id67310ce88053528d372e4dc21e2b011ed957646
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?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="task_item_half_vert_margin">8dp</dimen>
|
|
<dimen name="task_thumbnail_and_icon_view_size">60dp</dimen>
|
|
<dimen name="task_thumbnail_height">60dp</dimen>
|
|
<dimen name="task_thumbnail_width">36dp</dimen>
|
|
<dimen name="task_icon_size">36dp</dimen>
|
|
|
|
<dimen name="clear_all_button_width">106dp</dimen>
|
|
<dimen name="clear_all_button_height">36dp</dimen>
|
|
</resources> |