Mercury-IM/app/src/main/res/layout/view_openpgp_4_fingerprint.xml

10 lines
408 B
XML
Raw Normal View History

2020-07-09 02:10:47 +02: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"
2020-10-24 19:25:28 +02:00
android:id="@+id/text"
2020-07-09 02:10:47 +02:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:textSize="18sp"
android:typeface="monospace"
tools:text="@string/test_fingerprint" />