From 109ffe9a777658936a38d0c146579a67c60a0d17 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 11 五月 2017 17:48:48 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera2.xml | 78 ++++++++++++++++++++++++++++---------- 1 files changed, 57 insertions(+), 21 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera2.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera2.xml index 1bb17ba..287d1d7 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera2.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_device_right_camera2.xml @@ -85,18 +85,33 @@ android:layout_marginBottom="@dimen/h6dp" android:text="鎽勫儚鏈哄搧鐗�" /> - <EditText - android:id="@+id/fragment_device_right_camera2_brand" + <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@null" - android:layout_marginBottom="@dimen/h12dp" - android:text="" - android:hint="娴峰悍" - android:textColorHint="@color/colorText_b" - android:textSize="@dimen/w14dp" - android:textColor="@color/colorText_b" - /> + android:orientation="horizontal" + > + <EditText + android:id="@+id/fragment_device_right_camera2_brand" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@null" + android:layout_marginBottom="@dimen/h12dp" + android:text="" + android:hint="娴峰悍" + android:editable="false" + android:textColorHint="@color/colorText_b" + android:textSize="@dimen/w14dp" + android:textColor="@color/colorText_b" + /> + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@drawable/u51" + android:id="@+id/fragment_device_right_camera2_brand_more" + android:layout_marginRight="@dimen/w15dp" + android:layout_alignParentRight="true" + /> + </RelativeLayout> <View android:layout_width="match_parent" android:layout_height="@dimen/view_size_1" @@ -124,6 +139,8 @@ android:layout_marginBottom="@dimen/h12dp" android:text="" android:hint="000.000.0.0" + android:inputType="number" + android:digits="0123456789." android:textColorHint="@color/colorText_b" android:textSize="@dimen/w14dp" android:textColor="@color/colorText_b" @@ -154,7 +171,9 @@ android:background="@null" android:layout_marginBottom="@dimen/h12dp" android:text="" - android:hint="000.000.000.000" + android:hint="000" + android:inputType="number" + android:digits="0123456789" android:textSize="@dimen/w14dp" android:textColorHint="@color/colorText_b" android:textColor="@color/colorText_b" @@ -178,18 +197,34 @@ android:layout_marginBottom="@dimen/h6dp" android:text="鍒嗚鲸鐜�" /> - <EditText - android:id="@+id/fragment_device_right_camera2_resolution" + <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@null" - android:layout_marginBottom="@dimen/h12dp" - android:text="" - android:hint="704*480" - android:textSize="@dimen/w14dp" - android:textColorHint="@color/colorText_b" - android:textColor="@color/colorText_b" - /> + android:orientation="horizontal" + > + <EditText + android:id="@+id/fragment_device_right_camera2_resolution" + android:layout_width="@dimen/w580dp" + android:layout_height="wrap_content" + android:background="@null" + android:layout_marginBottom="@dimen/h12dp" + android:text="" + android:hint="704*480" + android:textSize="@dimen/w14dp" + android:textColorHint="@color/colorText_b" + android:textColor="@color/colorText_b" + android:editable="false" + /> + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@drawable/u51" + android:id="@+id/fragment_device_right_camera2_resolution_more" + android:layout_marginRight="@dimen/w15dp" + android:layout_alignParentRight="true" + /> + </RelativeLayout> + <View android:layout_width="match_parent" android:layout_height="@dimen/view_size_1" @@ -249,6 +284,7 @@ android:text="" android:hint="********" android:textSize="@dimen/w14dp" + android:inputType="textPassword" android:textColorHint="@color/colorText_b" android:textColor="@color/colorText_b" /> -- Gitblit v1.8.0