So that the tiles in QSCustomizer align with the real tiles in portrait. Fixed the comment specifying how to calculate the proper height based on the views in QSPanel and QSCustomizer. Test: visual. It matches. Test: change display and font size. It still matches. Fixes: 132813963 Change-Id: I93a3531ab8e6170fb2665552ce3d909533337301
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2018 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.
|
|
-->
|
|
|
|
<TextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@android:id/title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:minHeight="@dimen/qs_customize_header_min_height"
|
|
android:textAppearance="@style/TextAppearance.QSEdit.Headers"
|
|
android:text="@string/drag_to_rearrange_tiles" /> |