aboutsummaryrefslogtreecommitdiffstats
path: root/samples/profiles/res/layout
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-08-04 16:45:56 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-08-04 17:03:11 -0700
commitd7be1ca88d40a3d9a3320f3c3c6c58e98d3a08bb (patch)
tree8404a47d774cc4c9b4dae6ebace0fea37af26c0c /samples/profiles/res/layout
parent8481cec918f99e80ef60eee52d07d83b0d76129f (diff)
downloadvendor_cmsdk-d7be1ca88d40a3d9a3320f3c3c6c58e98d3a08bb.zip
vendor_cmsdk-d7be1ca88d40a3d9a3320f3c3c6c58e98d3a08bb.tar.gz
vendor_cmsdk-d7be1ca88d40a3d9a3320f3c3c6c58e98d3a08bb.tar.bz2
cmsdk: Add sample Profiles application.
Change-Id: I504f6c278055564a711a9bae18065f3d7989ccdd
Diffstat (limited to 'samples/profiles/res/layout')
-rw-r--r--samples/profiles/res/layout/main.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/samples/profiles/res/layout/main.xml b/samples/profiles/res/layout/main.xml
new file mode 100644
index 0000000..ea0ac53
--- /dev/null
+++ b/samples/profiles/res/layout/main.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:gravity="center_horizontal"
+ >
+ <Button
+ android:id="@+id/create_bluetooth_on_wifi_trigger_connect"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/bluetooth_on_wifi_trigger"/>
+
+ <TextView
+ android:id="@+id/create_bt_on_wifi_status"
+ android:layout_width="match_parent"
+ android:layout_height="300dp" />
+</LinearLayout>
+