You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
851 B
XML
23 lines
851 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/bt_device_item_rl"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<TextView
|
|
android:id="@+id/bt_device_name_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginEnd="24dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/bt_device_mac_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/bt_device_name_tv"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginTop="2dp"
|
|
android:layout_marginEnd="24dp" />
|
|
</RelativeLayout> |