list_view_bluetooth_devices.xml 288 B

1234567
  1. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:id="@android:id/text1"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:textAppearance="?android:attr/textAppearanceSmall"
  6. android:gravity="center_vertical"
  7. />