aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/layout/kau_iitem_cutout.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-29 00:29:46 -0700
committerAllan Wang <me@allanwang.ca>2017-06-29 00:29:46 -0700
commit8f2e56eb5ecfc6b5ce2f1530ead6fe73f5bfe89c (patch)
treef6e3d074c1f5d21faac6375f356607408e1e465c /library/src/main/res/layout/kau_iitem_cutout.xml
parentb45156a92f9b2f3fcce62fd58d25474196048f1a (diff)
downloadkau-8f2e56eb5ecfc6b5ce2f1530ead6fe73f5bfe89c.tar.gz
kau-8f2e56eb5ecfc6b5ce2f1530ead6fe73f5bfe89c.tar.bz2
kau-8f2e56eb5ecfc6b5ce2f1530ead6fe73f5bfe89c.zip
Completely rewrite about activity
Diffstat (limited to 'library/src/main/res/layout/kau_iitem_cutout.xml')
-rw-r--r--library/src/main/res/layout/kau_iitem_cutout.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/library/src/main/res/layout/kau_iitem_cutout.xml b/library/src/main/res/layout/kau_iitem_cutout.xml
new file mode 100644
index 0000000..a4b17ac
--- /dev/null
+++ b/library/src/main/res/layout/kau_iitem_cutout.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ca.allanwang.kau.views.CutoutView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/kau_cutout"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/kau_about_header_height"
+ android:minHeight="@dimen/kau_about_header_height"
+ app:foregroundColor="?android:colorAccent"
+ app:heightPercentageToScreen="0.5" /> \ No newline at end of file