blob: 6a5ca697da402fa930e46c7413b30942775d8282 [file] [log] [blame]
maxwen460c6612013-12-05 01:26:16 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The OmniROM Project
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 -->
17
18<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
19 android:key="interface_menus"
20 android:title="@string/interface_menus_title"
21 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
22
23 <!-- Power Menu -->
24 <PreferenceCategory
25 android:key="category_power_menu"
26 android:title="@string/bars_and_menus_category_power_menu_title">
27
28 <CheckBoxPreference
29 android:key="power_menu_screenshot"
30 android:title="@string/power_menu_toggle_screenshot_title"
31 android:summary="@string/power_menu_toggle_screenshot_summary"
32 android:defaultValue="false" />
Sasikumar D R8ed91692013-11-30 23:00:55 +053033
34 <CheckBoxPreference
35 android:key="power_menu_screenrecord"
36 android:title="@string/power_menu_toggle_screenrecord_title"
37 android:summary="@string/power_menu_toggle_screenrecord_summary"
38 android:defaultValue="false" />
maxwen460c6612013-12-05 01:26:16 +010039 </PreferenceCategory>
40
41</PreferenceScreen>