11111
This commit is contained in:
18
main/src/main/res/layout/popwindow_chat_list.xml
Normal file
18
main/src/main/res/layout/popwindow_chat_list.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_black"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="70dp"
|
||||
android:background="@mipmap/chat_back"
|
||||
android:gravity="center"
|
||||
android:text="@string/delete"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="17sp" />
|
||||
|
||||
</LinearLayout>
|
||||
BIN
main/src/main/res/mipmap-xxhdpi/chat_back.png
Normal file
BIN
main/src/main/res/mipmap-xxhdpi/chat_back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user