summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorCheng-Ru Lin <owenlin@google.com>2009-09-26 04:46:06 +0800
committerCheng-Ru Lin <owenlin@google.com>2009-09-26 09:50:02 +0800
commita8bbcd7ce25aada705561852ea9f356dc38c0f43 (patch)
tree77e5030b3f1b167ecac9515f3c0612e70b481fdb /res/layout
parentc801d7371323d59f584d8dddaae104d8775f48cd (diff)
downloadLegacyCamera-a8bbcd7ce25aada705561852ea9f356dc38c0f43.zip
LegacyCamera-a8bbcd7ce25aada705561852ea9f356dc38c0f43.tar.gz
LegacyCamera-a8bbcd7ce25aada705561852ea9f356dc38c0f43.tar.bz2
Change the checkbox style to list style for record location preference.
Change-Id: Ie209887169623f090df0ee7a85f2709b4a54e202
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/on_screen_menu_checkbox_item.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/res/layout/on_screen_menu_checkbox_item.xml b/res/layout/on_screen_menu_checkbox_item.xml
deleted file mode 100644
index 5e8dab5..0000000
--- a/res/layout/on_screen_menu_checkbox_item.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?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.
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:gravity="center_vertical"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="10dp"
- android:paddingRight="5dp" >
-
- <TextView android:id="@+id/title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:maxLines="2"
- android:ellipsize="end"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:fadingEdge="horizontal" />
-
- <CheckBox android:id="@+id/check_box"
- android:layout_weight="0"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:clickable="false"
- android:focusable="false" />
-</LinearLayout>
-
-
-