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

12 lines
361 B
XML
Raw Normal View History

2015-01-06 14:52:07 +01:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/fragmentContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>