20 lines
765 B
XML
20 lines
765 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<ImageView
|
|
android:layout_gravity="center"
|
|
android:id="@+id/robot"
|
|
android:padding="@dimen/home_switch_padding"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:src="@drawable/default_robot_logo"
|
|
android:scaleType="fitCenter"/>
|
|
<ImageView
|
|
android:layout_gravity="bottom|right"
|
|
android:id="@+id/status"
|
|
android:layout_width="@dimen/home_switch_status"
|
|
android:layout_height="@dimen/home_switch_status"
|
|
android:scaleType="fitCenter"/>
|
|
</merge>
|