blob: 3baaac39610e702106e693a107869e9ab1dd2e9f [file] [log] [blame]
Julia Reynolds38c16a92017-04-21 08:27:06 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<!-- For use in a LayoutPreference -->
18<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Julia Reynolds095fb162018-02-07 15:44:28 -050019 android:layout_height="wrap_content"
20 android:layout_width="match_parent" >
Julia Reynolds38c16a92017-04-21 08:27:06 -040021
22 <com.android.settings.widget.SwitchBar
23 android:id="@+id/switch_bar"
Julia Reynolds095fb162018-02-07 15:44:28 -050024 android:minHeight="?android:attr/actionBarSize"
25 android:layout_height="wrap_content"
Julia Reynolds38c16a92017-04-21 08:27:06 -040026 android:layout_width="match_parent"
27 android:paddingStart="0dp"
Fan Zhang46b54742018-01-10 12:22:36 -080028 android:theme="?attr/switchBarTheme" />
Julia Reynolds38c16a92017-04-21 08:27:06 -040029</LinearLayout>