第一次提交
This commit is contained in:
49
yunxinkit/res/layout/nim_advanced_team_create_announce.xml
Normal file
49
yunxinkit/res/layout/nim_advanced_team_create_announce.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/app_bar_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="@style/AppTheme.AppBarOverlay"
|
||||
app:elevation="0dp">
|
||||
|
||||
<androidx.appcompat.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
app:titleTextAppearance="@style/Toolbar.TitleText">
|
||||
|
||||
<include layout="@layout/nim_action_bar_right_clickable_tv" />
|
||||
</androidx.appcompat.widget.Toolbar>
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/team_announce_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="11dp"
|
||||
android:layout_marginRight="11dp"
|
||||
android:layout_marginTop="25dp"
|
||||
android:padding="5dp"
|
||||
android:background="@drawable/nim_blue_edit_text_bg"
|
||||
android:hint="@string/team_announce_title" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/team_announce_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="11dp"
|
||||
android:layout_marginRight="11dp"
|
||||
android:layout_marginTop="25dp"
|
||||
android:padding="5dp"
|
||||
android:background="@drawable/nim_blue_edit_text_bg"
|
||||
android:hint="@string/team_announce_content" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user