Files
secondo/android/Secondo4Android/res/layout/popup.xml

19 lines
636 B
XML
Raw Normal View History

2026-01-23 17:03:45 +08:00
<?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>