| | |
| | | android:layout_height="@dimen/h70" |
| | | android:layout_gravity="right" |
| | | android:gravity="right|center_vertical" |
| | | android:text="节点ID:" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/h21" /> |
| | | |
| | | <EditText |
| | | android:enabled="false" |
| | | android:id="@+id/node_id" |
| | | android:layout_width="@dimen/w360" |
| | | android:layout_height="@dimen/h47" |
| | | android:layout_marginLeft="@dimen/w21" |
| | | android:background="@drawable/bg_edittext1" |
| | | android:hint="请输入节点ID" |
| | | android:paddingLeft="@dimen/w12" |
| | | android:singleLine="true" |
| | | android:text="" |
| | | android:textColor="@color/white" |
| | | android:textColorHint="#9fadc7" |
| | | android:textSize="@dimen/h16" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/h70" |
| | | android:layout_gravity="right" |
| | | android:gravity="right|center_vertical" |
| | | android:text="节点名称:" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/h21" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/node_name" |
| | | android:layout_width="@dimen/w360" |
| | | android:layout_height="@dimen/h47" |
| | | android:layout_marginLeft="@dimen/w21" |
| | | android:background="@drawable/bg_edittext1" |
| | | android:hint="请输入节点名称" |
| | | android:paddingLeft="@dimen/w12" |
| | | android:singleLine="true" |
| | | android:text="" |
| | | android:textColor="@color/white" |
| | | android:textColorHint="#9fadc7" |
| | | android:textSize="@dimen/h16" /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/h70" |
| | | android:layout_gravity="right" |
| | | android:gravity="right|center_vertical" |
| | | android:text="集群ID:" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/h21" /> |
| | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="@dimen/w450" |
| | | android:layout_width="@dimen/w650" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginLeft="@dimen/w80" |
| | | android:layout_marginTop="@dimen/h10" |
| | | android:gravity="top" |
| | | android:gravity="center_vertical" |
| | | android:orientation="vertical"> |
| | | |
| | | <include layout="@layout/cluster_setting_list_head" /> |
| | | <!--<include layout="@layout/cluster_setting_list_head" />--> |
| | | |
| | | <ListView |
| | | android:id="@+id/lv_device_list" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:listSelector="@color/transparent" |
| | | android:divider="#00000000" |
| | | android:dividerHeight="0dip" /> |