summaryrefslogtreecommitdiffstats
path: root/library/main/res/layout/suw_template_card.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/main/res/layout/suw_template_card.xml')
-rw-r--r--library/main/res/layout/suw_template_card.xml24
1 files changed, 16 insertions, 8 deletions
diff --git a/library/main/res/layout/suw_template_card.xml b/library/main/res/layout/suw_template_card.xml
index 26e5c71..ca0ab25 100644
--- a/library/main/res/layout/suw_template_card.xml
+++ b/library/main/res/layout/suw_template_card.xml
@@ -42,23 +42,31 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
- <com.android.setupwizardlib.view.BottomScrollView
- android:id="@+id/suw_bottom_scroll_view"
+ <FrameLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="?attr/suwCardBackground"
android:elevation="@dimen/suw_card_elevation"
- android:fillViewport="true"
tools:ignore="UnusedAttribute">
- <FrameLayout
- android:id="@+id/suw_layout_content"
+ <include layout="@layout/suw_progress_bar_stub" />
+
+ <com.android.setupwizardlib.view.BottomScrollView
+ android:id="@+id/suw_bottom_scroll_view"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:clipChildren="false" />
+ android:layout_height="match_parent"
+ android:fillViewport="true">
+
+ <FrameLayout
+ android:id="@+id/suw_layout_content"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:clipChildren="false" />
+
+ </com.android.setupwizardlib.view.BottomScrollView>
- </com.android.setupwizardlib.view.BottomScrollView>
+ </FrameLayout>
</LinearLayout>