* Change checkbox to star * Move star to bottom end corner, so it won't collide with text (not a complete solution). * Star is 24x24 with touch target 48x48 * Fixed color of zone headers. Test: manual Fixes: 149147340 Fixes: 150498623 Change-Id: I78b05ac29cf51ee0acff39c5f41e60b457c367fa
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2020 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:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="@style/TextAppearance.Control.Title"
|
|
android:layout_marginStart="12dp"
|
|
android:layout_marginEnd="2dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginBottom="4dp">
|
|
|
|
</TextView> |