2018-08-10 17:13:40 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:paddingLeft="15dp">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/rileylink_device_label"
|
2019-04-07 23:27:18 +02:00
|
|
|
android:layout_width="184dp"
|
2018-08-10 17:13:40 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center_vertical"
|
2019-04-07 23:27:18 +02:00
|
|
|
android:text="Command"
|
2018-08-10 17:13:40 +02:00
|
|
|
android:textSize="12dp" />
|
|
|
|
|
2019-04-07 23:27:18 +02:00
|
|
|
<Button
|
|
|
|
android:id="@+id/rileylink_device_action"
|
2018-08-10 17:13:40 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text="Description"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:textSize="12dp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|