Files
i2p.i2p-bote.android/res/layout/activity_set_password.xml
2014-04-19 00:18:33 +00:00

26 lines
914 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView 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" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<fragment
android:id="@+id/set_password_frag"
android:name="i2p.bote.android.config.SetPasswordFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout="@layout/fragment_set_password" >
</fragment>
<FrameLayout
android:id="@+id/password_waiter_frag"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</ScrollView>