You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.2 KiB

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/_1e000000"
>
<ImageView
android:id="@+id/imgCancelReply"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:padding="@dimen/dp_10"
android:src="@android:drawable/ic_menu_close_clear_cancel"
android:contentDescription="@string/cancel"/>
<TextView
android:id="@+id/tvReplyInfo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toEndOf="@id/imgCancelReply"
android:text="@string/reply_has_blank"
android:singleLine="true"
android:padding="@dimen/dp_10"/>
</RelativeLayout>
</layout>