|
|
@@ -55,6 +55,135 @@
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="115dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="空间ID"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_space_id"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:text="ABC-EF"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_change_space_id"
|
|
|
+ style="@style/Widget.AppCompat.Button.Borderless"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="?selectableItemBackgroundBorderless"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:minWidth="0dp"
|
|
|
+ android:paddingLeft="9dp"
|
|
|
+ android:paddingRight="9dp"
|
|
|
+ android:text="修改"
|
|
|
+ android:textColor="#E4BF85"
|
|
|
+ android:textSize="18sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="#4df2f4f5" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="89dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="115dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="空间名称"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_space_name"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:text="A101"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_change_space_name"
|
|
|
+ style="@style/Widget.AppCompat.Button.Borderless"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="?selectableItemBackgroundBorderless"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:minWidth="0dp"
|
|
|
+ android:paddingLeft="9dp"
|
|
|
+ android:paddingRight="9dp"
|
|
|
+ android:text="修改"
|
|
|
+ android:textColor="#E4BF85"
|
|
|
+ android:textSize="18sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="#4df2f4f5" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="89dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="115dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="门禁地址"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_address"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:text="0.0.0.0"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_change_address"
|
|
|
+ style="@style/Widget.AppCompat.Button.Borderless"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="?selectableItemBackgroundBorderless"
|
|
|
+ android:fontFamily="@font/source_han_sans_sc_medium"
|
|
|
+ android:minWidth="0dp"
|
|
|
+ android:paddingLeft="9dp"
|
|
|
+ android:paddingRight="9dp"
|
|
|
+ android:text="修改"
|
|
|
+ android:textColor="#E4BF85"
|
|
|
+ android:textSize="18sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="#4df2f4f5" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="89dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="115dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -82,7 +211,7 @@
|
|
|
android:paddingRight="9dp"
|
|
|
android:text="更新"
|
|
|
android:textColor="#E4BF85"
|
|
|
- android:textSize="18dp" />
|
|
|
+ android:textSize="18sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|