33 lines
1.5 KiB
XML
33 lines
1.5 KiB
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">
|
|
<RelativeLayout
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="@dimen/dp800w"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true">
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
android:textSize="@dimen/theme_13sp"
|
|
android:textColor="@color/theme_input_txt"
|
|
android:textColorHint="@color/theme_input_hint"
|
|
android:id="@+id/tet_publish_des"
|
|
android:background="@color/translucent"
|
|
android:paddingLeft="@dimen/dp10w"
|
|
android:paddingTop="@dimen/dp20w"
|
|
android:paddingRight="@dimen/dp10w"
|
|
android:paddingBottom="@dimen/dp20w"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:imeOptions="flagNoFullscreen|actionDone"/>
|
|
<ImageView
|
|
android:layout_gravity="right"
|
|
android:id="@+id/tv_publish_delete"
|
|
android:background="@drawable/ic_community_publish_del"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/public_preview_delete_ic"
|
|
android:layout_height="@dimen/public_preview_delete_ic"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|