aboutsummaryrefslogtreecommitdiff
path: root/about/src/main/res/layout/kau_iitem_cutout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'about/src/main/res/layout/kau_iitem_cutout.xml')
-rw-r--r--about/src/main/res/layout/kau_iitem_cutout.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/about/src/main/res/layout/kau_iitem_cutout.xml b/about/src/main/res/layout/kau_iitem_cutout.xml
new file mode 100644
index 0000000..b3a841e
--- /dev/null
+++ b/about/src/main/res/layout/kau_iitem_cutout.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ca.allanwang.kau.ui.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