|
|
@@ -93,43 +93,43 @@
|
|
|
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>-->
|
|
|
+ <!-- <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"
|
|
|
@@ -220,4 +220,17 @@
|
|
|
android:layout_height="1dp"
|
|
|
android:background="#4df2f4f5" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_site_name"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="33dp"
|
|
|
+ android:text="上海来福士营业厅"
|
|
|
+ android:textColor="#E4BF85"
|
|
|
+ android:textSize="20sp"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|