AndroidAPS/app/src/main/res/layout/bluetooth_device.xml
2019-01-18 22:40:22 +01:00

11 lines
436 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:paddingLeft="16dp"
android:textSize="20sp"
android:gravity="center_vertical"
android:textColor="#FFFFFF"
tools:text="Test"
android:background="?selectableItemBackground"
android:layout_height="56dp" />