aboutsummaryrefslogtreecommitdiff
path: root/doze/res/layout/doze.xml
diff options
context:
space:
mode:
authorTheScarastic <warabhishek@gmail.com>2021-10-06 07:25:13 +0000
committerDavide Garberi <dade.garberi@gmail.com>2022-08-16 12:16:29 +0200
commitf9f9c448c90ad039fcc94cd38ffed47d43faf516 (patch)
tree766cf5eb85046b509ff10d9c018b5a0972dda8d6 /doze/res/layout/doze.xml
parentd46f6bd055c8f5fef579882f644d21c23858dff0 (diff)
msm8996-common: doze: Adapt to S style
* Use Theme.SubSettingsBase for theme * Replace PreferenceActivity with CollapsingToolbarBaseActivity * Add Titles to prefernce screen * Remove onOptionsItemSelected and where neccessary move to activity Change-Id: Ic879ce61d83a33da12829008a4336c8a23230d63 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'doze/res/layout/doze.xml')
-rw-r--r--doze/res/layout/doze.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/doze/res/layout/doze.xml b/doze/res/layout/doze.xml
deleted file mode 100644
index 941cdf6..0000000
--- a/doze/res/layout/doze.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2014, 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.
-*/
--->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_height="match_parent"
- android:layout_width="match_parent">
-
- <include layout="@layout/switch_bar" />
-
-</LinearLayout>
-