Files
examples/android-example/app/src/main/res/layout/item_remote.xml
2017-06-10 17:57:47 +08:00

19 lines
627 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="match_parent"
android:padding="4dp">
<TextView
android:id="@+id/tv_remote_name"
android:layout_width="0dp"
android:layout_height="64dp"
android:layout_weight="4"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:gravity="center_vertical"
android:textStyle="bold"
android:textSize="20sp"/>
</LinearLayout>