| | |
| | | android:layout_alignParentTop="true" |
| | | android:layout_marginBottom="20dp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/scene_status" |
| | | android:visibility="gone" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="230dp" |
| | | android:background="@drawable/shape_yellow" |
| | | android:drawableStart="@drawable/ic_group_black_24dp" |
| | | android:drawableTint="@color/white" |
| | | android:elevation="@dimen/dimen4" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dimen4" |
| | | android:text="@string/scene_status" |
| | | android:textColor="@color/white" |
| | | tools:ignore="UnusedAttribute" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/scene_detail" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="230dp" |
| | | android:background="@drawable/shape_yellow" |
| | | android:drawableStart="@drawable/ic_info_black_24dp" |
| | | android:drawableTint="@color/white" |
| | | android:elevation="@dimen/dimen4" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dimen4" |
| | | android:text="点位情况" |
| | | android:textColor="@color/white" |
| | | tools:ignore="UnusedAttribute" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/user_account" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="188dp" |
| | | android:background="@drawable/shape_green" |
| | | android:drawableStart="@drawable/ic_group_black_24dp" |
| | | android:drawableTint="@color/white" |
| | | android:elevation="@dimen/dimen4" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dimen4" |
| | | android:text="用户账号" |
| | | android:textColor="@color/white" |
| | | tools:ignore="UnusedAttribute" /> |
| | | |
| | | <LinearLayout |
| | | android:visibility="visible" |
| | | android:id="@+id/ll_patrol_icons" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="180dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:background="@drawable/shap_stroke_top" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_patrol_hide" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:clickable="true" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/imageView5" |
| | | android:layout_width="36dp" |
| | | android:layout_height="20dp" |
| | | android:layout_marginBottom="1dp" |
| | | android:layout_marginTop="3dp" |
| | | android:padding="3dp" |
| | | android:scaleType="fitXY" |
| | | android:src="@drawable/icon_hide" /> |
| | | </LinearLayout> |
| | | |
| | | <android.support.v4.view.ViewPager |
| | | android:id="@+id/vp_patrol_icons" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="2"> |
| | | </android.support.v4.view.ViewPager> |
| | | <ImageView |
| | | android:id="@+id/iv_patrol_pointer" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:adjustViewBounds="true" |
| | | android:src="@drawable/select_first_point" |
| | | android:layout_gravity="center_horizontal" |
| | | /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/ll_patrol_show" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:clickable="true" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:layout_alignParentBottom="true" |
| | | android:background="@drawable/shap_stroke_top" |
| | | android:gravity="center_horizontal"> |
| | | <ImageView |
| | | android:src="@drawable/icon_hide" |
| | | android:layout_width="36dp" |
| | | android:rotation="180" |
| | | android:layout_height="20dp" |
| | | android:padding="3dp" |
| | | android:scaleType="fitXY" |
| | | android:layout_gravity="center"/> |
| | | </LinearLayout> |
| | | |
| | | <RelativeLayout |
| | | android:visibility="visible" |
| | | android:elevation="1dp" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:background="@color/colorPrimary" |
| | | |
| | | android:layout_alignParentTop="true" |
| | | android:layout_alignParentStart="true"> |
| | | |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="16dp" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | android:visibility="visible"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/scene_status" |
| | | android:visibility="gone" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="230dp" |
| | | android:background="@drawable/shape_yellow" |
| | | android:drawableStart="@drawable/ic_group_black_24dp" |
| | | android:drawableTint="@color/white" |
| | | android:elevation="@dimen/dimen4" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dimen4" |
| | | android:text="@string/scene_status" |
| | | android:textColor="@color/white" |
| | | tools:ignore="UnusedAttribute" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/scene_detail" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="230dp" |
| | | android:background="@drawable/shape_yellow" |
| | | android:drawableStart="@drawable/ic_info_black_24dp" |
| | | android:drawableTint="@color/white" |
| | | android:elevation="@dimen/dimen4" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dimen4" |
| | | android:text="点位情况" |
| | | android:textColor="@color/white" |
| | | tools:ignore="UnusedAttribute" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/user_account" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="188dp" |
| | | android:background="@drawable/shape_green" |
| | | android:drawableStart="@drawable/ic_group_black_24dp" |
| | | android:drawableTint="@color/white" |
| | | android:elevation="@dimen/dimen4" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center" |
| | | android:padding="@dimen/dimen4" |
| | | android:text="用户账号" |
| | | android:textColor="@color/white" |
| | | tools:ignore="UnusedAttribute" /> |
| | | |
| | | <LinearLayout |
| | | android:visibility="visible" |
| | | android:id="@+id/ll_patrol_icons" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="180dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:background="@drawable/shap_stroke_top" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_patrol_hide" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:clickable="true" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:gravity="center"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/imageView5" |
| | | android:layout_width="36dp" |
| | | android:layout_height="20dp" |
| | | android:layout_marginBottom="1dp" |
| | | android:layout_marginTop="3dp" |
| | | android:padding="3dp" |
| | | android:scaleType="fitXY" |
| | | android:src="@drawable/icon_hide" /> |
| | | </LinearLayout> |
| | | |
| | | <android.support.v4.view.ViewPager |
| | | android:id="@+id/vp_patrol_icons" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="2"> |
| | | </android.support.v4.view.ViewPager> |
| | | <ImageView |
| | | android:id="@+id/iv_patrol_pointer" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:adjustViewBounds="true" |
| | | android:src="@drawable/select_first_point" |
| | | android:layout_gravity="center_horizontal" |
| | | /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/ll_patrol_show" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:clickable="true" |
| | | android:foreground="?android:attr/selectableItemBackground" |
| | | android:layout_alignParentBottom="true" |
| | | android:background="@drawable/shap_stroke_top" |
| | | android:gravity="center_horizontal"> |
| | | <ImageView |
| | | android:src="@drawable/icon_hide" |
| | | android:layout_width="36dp" |
| | | android:rotation="180" |
| | | android:layout_height="20dp" |
| | | android:padding="3dp" |
| | | android:scaleType="fitXY" |
| | | android:layout_gravity="center"/> |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |