taomenggo init
This commit is contained in:
16
app/src/main/res/layout/item_chatai.xml
Normal file
16
app/src/main/res/layout/item_chatai.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_chatcontent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="@dimen/dp_10"
|
||||
android:paddingTop="@dimen/dp_10"
|
||||
android:text="fefeeeeeeeeeeeeeeeeeeeeefeeeeeeee"
|
||||
android:paddingRight="@dimen/dp_10"
|
||||
android:paddingBottom="@dimen/dp_10" />
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user