79567995

Date: 2025-04-11 04:34:13
Score: 0.5
Natty:
Report link

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:paddingLeft="16dp"

android:paddingRight="16dp"

android:orientation="vertical" \>

\<EditText

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:hint="@string/to" /\>

\<EditText

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:hint="@string/subject" /\>

\<EditText

    android:layout_width="match_parent"

    android:layout_height="0dp"

    android:layout_weight="1"

    android:gravity="top"

    android:hint="@string/message" /\>

\<Button

    android:layout_width="100dp"

    android:layout_height="wrap_content"

    android:layout_gravity="end"

    android:text="@string/send" /\>

</LinearLayout>

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: MD Alamin