| | |
| | | android:text="2016年12月5日 17:03:42分" |
| | | android:visibility="gone" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:text="摄像机进" |
| | | android:layout_marginRight="@dimen/w122dp"/> |
| | | </RelativeLayout> |
| | | <ProgressBar |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerInParent="true" |
| | | android:visibility="invisible" |
| | | android:id="@+id/fragment_supervisory_enter_progress_bar" |
| | | /> |
| | | </RelativeLayout> |
| | | <RelativeLayout |
| | | android:layout_width="@dimen/view_size_0" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | /> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/h50dp" |
| | |
| | | android:id="@+id/fragment_surveillance_exit_timer" |
| | | android:visibility="gone" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:text="摄像机出" |
| | | android:layout_marginRight="@dimen/w12dp"/> |
| | | </RelativeLayout> |
| | | <ProgressBar |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerInParent="true" |
| | | android:visibility="invisible" |
| | | android:id="@+id/fragment_supervisory_exit_progress_bar" |
| | | /> |
| | | </RelativeLayout> |
| | | </LinearLayout> |
| | | |