14 lines
511 B
XML
Executable File
14 lines
511 B
XML
Executable File
<?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="match_parent">
|
|
|
|
<TextView
|
|
android:id="@+id/txt_input_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:enabled="false"
|
|
android:padding="20dp"
|
|
android:textColor="@android:color/darker_gray"
|
|
android:textSize="20sp" />
|
|
</RelativeLayout> |