summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2016-05-23 19:13:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-05-23 19:13:28 +0000
commitc037804592c263710bd58549e80b1169f11b1165 (patch)
treecde5fa7733d208452401fb54d9120f03191eeb21
parentb3d973f58b14b66c20d1032518dfd1969b2932fe (diff)
parent684fb320116e0d938692844c43430d8a8cd1f1d2 (diff)
downloadsetupwizard-c037804592c263710bd58549e80b1169f11b1165.tar.gz
Merge "[SuwLib] Make Glif template fill remaining space" into ub-setupwizard-ceridwen
-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>