Files
open-keychain/OpenKeychain/src/main/res/layout/nfc_activity.xml

25 lines
811 B
XML
Raw Normal View History

2014-11-21 13:31:43 +01:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
2014-11-21 13:31:43 +01:00
android:orientation="vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp"
2014-11-21 13:31:43 +01:00
android:paddingTop="16dp"
android:paddingBottom="16dp">
<TextView
2014-11-21 13:31:43 +01:00
android:text="@string/nfc_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@android:style/TextAppearance.Large"
2014-11-21 13:31:43 +01:00
android:id="@+id/nfc_text"
android:gravity="center"
android:layout_gravity="center" />
<ImageView
2014-11-21 13:31:43 +01:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
2014-11-21 13:31:43 +01:00
android:src="@drawable/yubikey_phone" />
2014-11-21 13:31:43 +01:00
</LinearLayout>