| | |
| | | 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:gravity="center" |
| | | android:textSize="15sp" |
| | | android:textColor="#ff888995" |
| | | android:text="信号名称"/> |
| | | android:text="物理通道"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | |
| | | android:textColor="#ff888995" |
| | | android:gravity="center" |
| | | android:layout_height="wrap_content" |
| | | android:text="物理索引"/> |
| | | android:text="信号名称"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | |
| | | android:textColor="#ff888995" |
| | | 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:gravity="center" |
| | | 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="主板有效"/> |
| | | |
| | | |
| | | </LinearLayout> |
| | | <ListView |
| | | android:layout_width="match_parent" |
| | | android:id="@+id/lv_signalconf" |
| | | android:layout_height="match_parent"/> |
| | | </LinearLayout> |
| | | |
| | | <FrameLayout |