16 lines
593 B
XML
16 lines
593 B
XML
<?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> |