| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="@dimen/x12"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv" |
| | | android:layout_width="@dimen/x10" |
| | | android:layout_height="@dimen/x10" |
| | | android:layout_centerVertical="true" |
| | | android:src="@mipmap/icon_reddian"/> |
| | | android:src="@mipmap/icon_reddian" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_name" |
| | | android:layout_width="match_parent" |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="@dimen/x8" |
| | | android:layout_toRightOf="@+id/iv" |
| | | android:textSize="16sp" |
| | | android:text="USR001"/> |
| | | android:text="USR001" |
| | | android:textColor="@color/black_txt" |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_alignParentRight="true" |
| | | android:textColor="@color/red_txt" |
| | | android:text="连接 >"/> |
| | | android:layout_centerVertical="true" |
| | | android:text="连接 >" |
| | | android:textColor="@color/red_txt" /> |
| | | </RelativeLayout> |