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

19 lines
739 B
XML
Raw Normal View History

2016-07-07 10:34:20 +02:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="info.nightscout.androidaps.plugins.DanaR.DanaRFragment">
2016-07-08 00:17:02 +02:00
<com.joanzapata.iconify.widget.IconTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:layout_weight="1.02"
android:gravity="center_vertical|right"
android:text="B"
android:textSize="20dp"
android:id="@+id/danar_connection"
android:layout_gravity="center_vertical" />
2016-07-07 10:34:20 +02:00
</FrameLayout>