summaryrefslogtreecommitdiff
path: root/library/main/res/layout/suw_glif_template_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/main/res/layout/suw_glif_template_content.xml')
-rw-r--r--library/main/res/layout/suw_glif_template_content.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/main/res/layout/suw_glif_template_content.xml b/library/main/res/layout/suw_glif_template_content.xml
index f867e50..b4a5287 100644
--- a/library/main/res/layout/suw_glif_template_content.xml
+++ b/library/main/res/layout/suw_glif_template_content.xml
@@ -32,7 +32,8 @@
<FrameLayout
android:id="@+id/suw_layout_content"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="0dp"
+ android:layout_weight="1" />
</LinearLayout>