summaryrefslogtreecommitdiff
path: root/library/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2016-06-16 12:01:18 -0700
committerMaurice Lam <yukl@google.com>2016-06-23 21:40:28 +0000
commit2c42b3f95a9319fc36f1dea5e775e2fab13a0a25 (patch)
treead6195ac4b6d841a016dfb7ad3bf51a68a39294d /library/main/res/values/attrs.xml
parentd66273847cb8cb69513db37e26e6ab0ee0590cc3 (diff)
downloadsetupwizard-2c42b3f95a9319fc36f1dea5e775e2fab13a0a25.tar.gz
[SuwLib] Position card correctly when keyboard is up
When the keyboard is shown in the tablet layout, position the card correctly by using linear layout with 2 invisible weighted views. Bug: 29420837 Change-Id: I85008800f16a4a8c6b7b2f8f78d702ac5674434a
Diffstat (limited to 'library/main/res/values/attrs.xml')
-rw-r--r--library/main/res/values/attrs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml
index 77e5252..73f8863 100644
--- a/library/main/res/values/attrs.xml
+++ b/library/main/res/values/attrs.xml
@@ -66,6 +66,11 @@
<attr name="suwStatusBarBackground" format="color|reference" />
</declare-styleable>
+ <declare-styleable name="SuwMaxSizeFrameLayout">
+ <attr name="android:height" />
+ <attr name="android:width" />
+ </declare-styleable>
+
<declare-styleable name="SuwSetupWizardLayout">
<attr name="suwBackground" format="color|reference" />
<attr name="suwBackgroundTile" format="color|reference" />