diff options
author | Michael Chan <mchan@android.com> | 2009-12-03 00:31:59 -0800 |
---|---|---|
committer | Michael Chan <mchan@android.com> | 2009-12-03 20:32:38 -0800 |
commit | 0bd445b974292dc3910b6bb85dcee7e7c378968f (patch) | |
tree | feed9649d176316055513e7fd90420caf1b5cf89 /res/layout/remember_dock_setting.xml | |
parent | 3327f7887328c55ef2d837a8e2a07cea2070c744 (diff) | |
download | packages_apps_Settings-0bd445b974292dc3910b6bb85dcee7e7c378968f.tar.gz packages_apps_Settings-0bd445b974292dc3910b6bb85dcee7e7c378968f.tar.bz2 packages_apps_Settings-0bd445b974292dc3910b6bb85dcee7e7c378968f.zip |
b/2296110 New Dialog which appears when phone is place on dock.
Change-Id: I58b216ee9b4ca9ce16210309358c0512271e128e
Diffstat (limited to 'res/layout/remember_dock_setting.xml')
-rw-r--r-- | res/layout/remember_dock_setting.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/res/layout/remember_dock_setting.xml b/res/layout/remember_dock_setting.xml new file mode 100644 index 000000000..a19ca7c8b --- /dev/null +++ b/res/layout/remember_dock_setting.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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. +--> + +<CheckBox + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/remember" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:text="@string/bluetooth_dock_settings_remember" + android:focusable="true" + android:clickable="true" /> |