From 2da78450d5e9723ca93fa39bfdc3f8dd27b41e89 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Fri, 12 May 2017 14:32:26 -0700 Subject: Add layout to size illustrations - Add FillContentLayout, which is a (frame)layout which, when set to fill the remaining space of its parent, will make sure its children are sized between minWidth/minHeight and maxWidth/maxHeight. - Renamed styleable SuwIntrinsicSizeFrameLayout to be consistent with the name of the view that uses it. Test: ./gradlew connectedAndroidTest test Bug: 38210310 Change-Id: I5b2aa6cfe8b4a05843de25d39cae776609f3d161 --- library/main/res/values/attrs.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'library/main/res/values/attrs.xml') diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml index 0339469..ec6489e 100644 --- a/library/main/res/values/attrs.xml +++ b/library/main/res/values/attrs.xml @@ -39,6 +39,7 @@ + @@ -103,11 +104,16 @@ - + + + + + + -- cgit v1.2.3