From 0a5978937ff95a266c3a70415393c15fd340c1a3 Mon Sep 17 00:00:00 2001 From: Yuichi Araki Date: Mon, 1 Sep 2014 19:50:36 +0900 Subject: BluetoothChat: Porting from legacy directory. Change-Id: I7d7b39f6cefdf7e3e40bdf1655df5a994af15f8a --- .../src/main/res/layout/activity_device_list.xml | 66 ++++++++++++++++++++++ .../src/main/res/layout/device_name.xml | 21 +++++++ .../main/res/layout/fragment_bluetooth_chat.xml | 49 ++++++++++++++++ .../src/main/res/layout/message.xml | 21 +++++++ 4 files changed, 157 insertions(+) create mode 100644 connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout/activity_device_list.xml create mode 100644 connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout/device_name.xml create mode 100644 connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout/fragment_bluetooth_chat.xml create mode 100644 connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout/message.xml (limited to 'connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout') diff --git a/connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout/activity_device_list.xml b/connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout/activity_device_list.xml new file mode 100644 index 00000000..ae7242cf --- /dev/null +++ b/connectivity/bluetooth/BluetoothChat/BluetoothChatSample/src/main/res/layout/activity_device_list.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + +