AndroidAPS/app/src/main/res/layout/bluetooth_device.xml

11 lines
436 B
XML
Raw Normal View History

2019-01-18 22:40:08 +01:00
<?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" />