| | |
| | | android:layout_height="match_parent" |
| | | tools:context=".device.DevicesListActivity"> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/toolbar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="44dp" |
| | | android:background="@color/white"> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/rl_back" |
| | | android:layout_width="47dp" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <ImageView |
| | | android:layout_width="10dp" |
| | | android:layout_height="17dp" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="16dp" |
| | | android:src="@mipmap/activity_back" /> |
| | | </RelativeLayout> |
| | | </RelativeLayout> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/device_list_rv" |
| | | android:layout_width="match_parent" |