open-keychain/OpenKeychain/src/main/res/layout/view_key_adv_start_fragment.xml
2016-01-11 12:03:26 +01:00

23 lines
815 B
XML

<LinearLayout 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"
android:padding="16dp"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:src="@drawable/ic_beaker_grey600_48dp" />
<org.sufficientlysecure.htmltextview.HtmlTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="2.41"
android:id="@+id/view_key_adv_start_text"
tools:text="(start description as parsed from markdown here)" />
</LinearLayout>