summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTao Liejun <L.J.Tao@motorola.com>2009-08-19 20:58:42 +0800
committerNick Pelly <npelly@google.com>2009-08-19 20:45:55 -0700
commitd6641e4a7bb22833e1c07cb3af7989835fa7e16d (patch)
treedb254d07b45b16d07d65fd809e87bd5e6327ac60 /res/layout
parent1ac5507790a87810061a19dadec36eb328a222ea (diff)
downloadandroid_packages_apps_Bluetooth-d6641e4a7bb22833e1c07cb3af7989835fa7e16d.tar.gz
android_packages_apps_Bluetooth-d6641e4a7bb22833e1c07cb3af7989835fa7e16d.tar.bz2
android_packages_apps_Bluetooth-d6641e4a7bb22833e1c07cb3af7989835fa7e16d.zip
Remove Device picker
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/bluetooth_pin_entry.xml31
-rw-r--r--res/layout/device_picker.xml19
-rw-r--r--res/layout/preference_bluetooth.xml42
-rw-r--r--res/layout/preference_progress_category.xml42
4 files changed, 0 insertions, 134 deletions
diff --git a/res/layout/bluetooth_pin_entry.xml b/res/layout/bluetooth_pin_entry.xml
deleted file mode 100644
index 54cf08810..000000000
--- a/res/layout/bluetooth_pin_entry.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<ScrollView
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_height="fill_parent"
- android:layout_width="fill_parent">
-
- <LinearLayout
- android:layout_height="wrap_content"
- android:layout_width="fill_parent"
- android:orientation="vertical">
-
- <TextView
- android:id="@+id/message"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <EditText
- android:id="@+id/text"
- android:layout_height="wrap_content"
- android:layout_width="fill_parent"
- android:layout_marginTop="20dip"
- android:layout_marginLeft="20dip"
- android:layout_marginRight="20dip"
- android:singleLine="true" />
-
- </LinearLayout>
-
-</ScrollView>
diff --git a/res/layout/device_picker.xml b/res/layout/device_picker.xml
deleted file mode 100644
index 22b37eba3..000000000
--- a/res/layout/device_picker.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<PreferenceScreen
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <PreferenceCategory
- android:title="@string/device_picker"/>
-
- <Preference
- android:key="bt_scan"
- android:title="@string/bluetooth_preference_scan_title" />
-
- <com.android.bluetooth.opp.ProgressCategory
- android:key="bt_device_list"
- android:title="@string/bluetooth_devices"
- android:orderingFromXml="false" />
-
-</PreferenceScreen>
-
diff --git a/res/layout/preference_bluetooth.xml b/res/layout/preference_bluetooth.xml
deleted file mode 100644
index b2b44feb3..000000000
--- a/res/layout/preference_bluetooth.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:gravity="center_vertical"
- android:paddingLeft="16dip"
- android:paddingRight="?android:attr/scrollbarSize">
-
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="6dip"
- android:layout_marginTop="6dip"
- android:layout_marginBottom="6dip"
- android:layout_weight="1">
-
- <TextView android:id="@+android:id/title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:textAppearance="?android:attr/textAppearanceLarge" />
-
- <TextView android:id="@+android:id/summary"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@android:id/title"
- android:layout_alignLeft="@android:id/title"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:maxLines="2" />
-
- </RelativeLayout>
-
- <ImageView
- android:id="@+id/btClass"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="12dip"
- android:layout_gravity="center_vertical" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml
deleted file mode 100644
index e66b15dc2..000000000
--- a/res/layout/preference_progress_category.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Layout used for ProgressCategory in bluetooth settings. -->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- style="?android:attr/listSeparatorTextViewStyle">
-
- <!-- This and the other text view have the style of the list separator text view without the background and padding -->
- <TextView
- style="?android:attr/listSeparatorTextViewStyle"
- android:background="@null"
- android:paddingLeft="0dip"
- android:id="@+android:id/title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- />
-
- <ProgressBar
- android:id="@+id/scanning_progress"
- android:text="@string/progress_scanning"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="?android:attr/scrollbarSize"
- style="?android:attr/progressBarStyleSmallTitle"
- />
-
- <TextView
- style="?android:attr/listSeparatorTextViewStyle"
- android:background="@null"
- android:paddingLeft="0dip"
- android:id="@+id/scanning_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_toLeftOf="@id/scanning_progress"
- android:layout_marginRight="5sp"
- android:text="@string/progress_scanning"
- />
-
-</RelativeLayout>