aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-29 15:33:40 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-07-29 18:19:20 +0900
commita715d7f6fd3b29e660d78f83815ebe75837f1436 (patch)
treee756589e0aa0408699a5ff1e82bfbae6c40ed143 /java/res/layout
parent6c39db9f725b50177ce3bf5bd4ce38ff074fe0da (diff)
downloadlatinime-a715d7f6fd3b29e660d78f83815ebe75837f1436.tar.gz
latinime-a715d7f6fd3b29e660d78f83815ebe75837f1436.tar.xz
latinime-a715d7f6fd3b29e660d78f83815ebe75837f1436.zip
Use fragment for keyboard theme settings
Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/radio_button_preference_widget.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/res/layout/radio_button_preference_widget.xml b/java/res/layout/radio_button_preference_widget.xml
new file mode 100644
index 000000000..ee9cda1cc
--- /dev/null
+++ b/java/res/layout/radio_button_preference_widget.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 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.
+-->
+
+<RadioButton
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/radio_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:clickable="false"
+ android:focusable="false" />