第一次提交

This commit is contained in:
被淹死的鱼
2026-03-11 18:26:29 +08:00
commit cd3b53759e
8532 changed files with 522078 additions and 0 deletions

View File

@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="@color/white"
android:padding="16dp" android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/textBtn"
android:layout_width="match_parent"
android:layout_height="48dp">
<TextView
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="文字招呼"
android:textColor="#ff333333"
android:textSize="14sp"
/>
<ImageView
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:src="@drawable/ic_next" android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:layout_alignParentRight="true"
android:layout_marginRight="20dp"
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="去上传"
android:textColor="#ffdf4138"
android:textSize="14sp"
/>
<View
android:layout_alignParentBottom="true"
android:background="#D9D9D9"
android:layout_width="match_parent"
android:layout_height="1dp"/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/voiceBtn"
android:layout_width="match_parent"
android:layout_height="48dp">
<TextView
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="语音招呼"
android:textColor="#ff333333"
android:textSize="14sp"
/>
<ImageView
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:src="@drawable/ic_next" android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:layout_alignParentRight="true"
android:layout_marginRight="20dp"
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="去录制"
android:textColor="#ffdf4138"
android:textSize="14sp"
/>
<View
android:layout_alignParentBottom="true"
android:background="#D9D9D9"
android:layout_width="match_parent"
android:layout_height="1dp"/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/photoBtn"
android:layout_width="match_parent"
android:layout_height="48dp">
<TextView
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="招呼相册"
android:textColor="#ff333333"
android:textSize="14sp"
/>
<ImageView
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:src="@drawable/ic_next" android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:layout_alignParentRight="true"
android:layout_marginRight="20dp"
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="去上传"
android:textColor="#ffdf4138"
android:textSize="14sp"
/>
<View
android:layout_alignParentBottom="true"
android:background="#D9D9D9"
android:layout_width="match_parent"
android:layout_height="1dp"/>
</RelativeLayout>
</LinearLayout>