79628058

Date: 2025-05-19 03:56:55
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:orientation="vertical"

android:padding="16dp"\>

\<EditText

    android:id="@+id/nidInput"

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:hint="NID নম্বর"

    android:inputType="number" /\>

\<EditText

    android:id="@+id/dobInput"

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:hint="জন্ম তারিখ (YYYY-MM-DD)"

    android:inputType="date" /\>

\<Button

    android:id="@+id/submitBtn"

    android:layout_width="match_parent"

    android:layout_height="wrap_content"

    android:text="সাবমিট করুন" /\>

\<WebView

    android:id="@+id/resultWeb"

    android:layout_width="match_parent"

    android:layout_height="0dp"

    android:layout

_weight="1" />

</LinearLayout>

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