tmap/res/layout/device_list_empty.xml
2022-06-10 21:38:30 +09:00

3 lines
280 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView android:gravity="center_vertical" android:layout_width="fill_parent" android:layout_height="?android:listPreferredItemHeightSmall" android:text="@string/scanner_empty"
xmlns:android="http://schemas.android.com/apk/res/android" />