19 lines
636 B
XML
19 lines
636 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<TextView
|
|
android:id="@+id/popupTextView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="100dp"
|
|
android:layout_marginTop="10dp"
|
|
android:background="@drawable/back"
|
|
android:text="@string/nodata"
|
|
android:textSize="24sp"
|
|
android:typeface="monospace" />
|
|
|
|
</LinearLayout> |