node-alljoyn
Version:
Access Alljoyn service functions
41 lines (35 loc) • 1.25 kB
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<View
android:layout_width="match_parent"
android:layout_height="5dip">
</View>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="Are you sure you want to stop the channel?"
/>
<LinearLayout
android:orientation="horizontal"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp">
<Button
android:id="@+id/hostStopOk"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="OK"
/>
<Button
android:id="@+id/hostStopCancel"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Cancel"
/>
</LinearLayout>
</LinearLayout>