aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/layout/kau_iitem_cutout.xml
blob: a4b17ac8265475bebc42ca7c7db715782925740a (plain)
1
2
3
4
5
6
7
8
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" />