| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" android:layout_height="match_parent"> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical" |
| | | android:id="@+id/ll_container" |
| | | android:layout_marginLeft="@dimen/ui_margin_10dp" |
| | | android:layout_marginRight="@dimen/ui_margin_10dp" |
| | | android:layout_marginBottom="@dimen/ui_margin_25dp" |
| | | android:background="@drawable/stu_score_bg" |
| | | > |
| | | <include layout="@layout/toolbar"/> |
| | | <LinearLayout |
| | |
| | | android:layout_height="25dp" |
| | | android:layout_marginLeft="@dimen/ui_margin_10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:background="@drawable/stu_score_bg" |
| | | android:orientation="horizontal" |
| | | android:layout_column="8"> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:text="信号名称"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:gravity="center" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:text="物理索引"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:text="高电平有效"/> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:gravity="center" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:text="主板有效"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:gravity="center" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:text="信号名称"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:gravity="center" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:text="物理索引"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:gravity="center" |
| | | android:text="高电平有效"/> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:gravity="center" |
| | | android:text="主板有效"/> |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | <FrameLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginLeft="@dimen/ui_margin_10dp" |
| | | android:layout_marginRight="@dimen/ui_margin_10dp" |
| | | android:layout_marginBottom="@dimen/ui_margin_25dp" |
| | | android:layout_marginTop="@dimen/ui_margin_50dp" |
| | | android:background="@drawable/stu_score_bg" |
| | | /> |
| | | </FrameLayout> |