This commit is contained in:
renjianbo0118
2021-03-02 23:19:23 +08:00
11 changed files with 156 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<layout>
<FrameLayout
android:id="@+id/fl"
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>
</layout>

View File

@@ -14,6 +14,7 @@
<Button
android:visibility="gone"
android:id="@+id/btn_1"
style="?android:attr/borderlessButtonStyle"
android:layout_width="match_parent"

View File

@@ -79,9 +79,19 @@
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp"
android:layout_marginStart="24dip"
android:visibility="gone"
android:layout_marginEnd="24dip"
android:background="@mipmap/xie" />
android:background="@mipmap/delx" />
<!-- <ImageView-->
<!-- android:id="@+id/edit"-->
<!-- android:layout_width="28dp"-->
<!-- android:layout_height="28dp"-->
<!-- android:layout_alignParentRight="true"-->
<!-- android:layout_centerVertical="true"-->
<!-- android:layout_marginTop="15dp"-->
<!-- android:layout_marginBottom="15dp"-->
<!-- android:layout_marginStart="24dip"-->
<!-- android:layout_marginEnd="24dip"-->
<!-- android:background="@mipmap/xie" />-->
</RelativeLayout>
</LinearLayout>
</layout>

View File

@@ -13,7 +13,18 @@
android:layout_height="45dp"
android:layout_marginTop="@dimen/mystatusbar"
android:orientation="horizontal">
<ImageView
android:id="@+id/left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_gravity="center"
android:layout_marginTop="5dp"
android:paddingLeft="16dp"
android:paddingTop="5dp"
android:paddingRight="5dp"
android:paddingBottom="5dp"
android:src="@mipmap/fanhui" />
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"