mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-10 05:08:18 -05:00
10 lines
338 B
XML
10 lines
338 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical">
|
|
<include layout="@layout/progress_bar"/>
|
|
<include layout="@layout/wizard_cancel"/>
|
|
</LinearLayout>
|