| | |
| | | android:layout_height="match_parent"> |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="30dp" |
| | | android:layout_height="@dimen/h30dp" |
| | | android:background="@color/colorPrimary" |
| | | > |
| | | <TextView |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="实时监控" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginLeft="@dimen/w10dp" |
| | | android:layout_marginTop="@dimen/h10dp" |
| | | /> |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | |
| | | </RelativeLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="350dp" |
| | | android:layout_height="@dimen/h350dp" |
| | | android:orientation="horizontal" |
| | | android:paddingLeft="2dp" |
| | | android:paddingRight="2dp"> |