AndroidAPS/app/src/main/res/layout/rileylink_status_device_item.xml
Andy Rozman c9d35696cf - various changes
- reformatting everything
2018-08-10 16:13:40 +01:00

25 lines
837 B
XML

<?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:id="@+id/device_command_item"
android:paddingLeft="15dp">
<TextView
android:id="@+id/rileylink_device_label"
android:layout_width="150dp"
android:layout_height="match_parent"
android:text="Command"
android:gravity="center_vertical"
android:textSize="12dp" />
<TextView
android:id="@+id/rileylink_history_description"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:text="Description"
android:gravity="center_vertical"
android:textSize="12dp" />
</LinearLayout>