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

14 lines
455 B
XML
Raw Normal View History

2020-05-20 21:49:01 +02:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:orientation="vertical">
<Button
android:id="@+id/login"
android:text="@string/login"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>