aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/values/attr.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-26 19:33:48 -0700
committerAllan Wang <me@allanwang.ca>2017-06-26 19:33:48 -0700
commitc46fb11e0a8297b1ff7caec722488218e3834ac9 (patch)
treeec76911b4ee98cfad69229fa23068b0a92e51450 /library/src/main/res/values/attr.xml
parent49c86236f2df05e2082826296f12c911230eb6a1 (diff)
downloadkau-c46fb11e0a8297b1ff7caec722488218e3834ac9.tar.gz
kau-c46fb11e0a8297b1ff7caec722488218e3834ac9.tar.bz2
kau-c46fb11e0a8297b1ff7caec722488218e3834ac9.zip
Add searchview to readme
Diffstat (limited to 'library/src/main/res/values/attr.xml')
-rw-r--r--library/src/main/res/values/attr.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/library/src/main/res/values/attr.xml b/library/src/main/res/values/attr.xml
new file mode 100644
index 0000000..894a069
--- /dev/null
+++ b/library/src/main/res/values/attr.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <declare-styleable name="KauBoundedCardView">
+ <attr name="kau_maxHeight" format="dimension" />
+ <attr name="kau_maxHeightPercent" format="float" />
+ </declare-styleable>
+
+</resources> \ No newline at end of file