| <?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. |
| --> |
| <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:fadeScrollbars="false" |
| android:scrollIndicators="top|bottom"> |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:paddingStart="24dp"> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_calls" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_mode_calls" /> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_calls_allow" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_messages" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_mode_messages" /> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_messages_allow" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_alarms" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_mode_alarms" /> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_alarms_allow" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_media" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_mode_media" /> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_media_allow" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_system" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_mode_system" /> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_system_allow" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_reminders" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_mode_reminders"/> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_reminders_allow" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_events" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_mode_events"/> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_events_allow" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical" |
| android:layout_marginTop="14dp"> |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_notifications" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:text="@string/zen_custom_settings_notifications_header" /> |
| |
| <TextView |
| android:id="@+id/zen_custom_settings_dialog_show_notifications" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:textAppearance="?android:attr/textAppearanceListItem" /> |
| </LinearLayout> |
| </LinearLayout> |
| </ScrollView> |