aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/layout/kau_about_section_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/main/res/layout/kau_about_section_main.xml')
-rw-r--r--library/src/main/res/layout/kau_about_section_main.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/main/res/layout/kau_about_section_main.xml b/library/src/main/res/layout/kau_about_section_main.xml
index 32b3f19..e501f60 100644
--- a/library/src/main/res/layout/kau_about_section_main.xml
+++ b/library/src/main/res/layout/kau_about_section_main.xml
@@ -12,13 +12,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <ca.allanwang.kau.views.KauCutoutTextView
+ <ca.allanwang.kau.views.CutoutTextView
android:id="@+id/about_main_cutout"
android:layout_width="0dp"
android:layout_height="@dimen/kau_about_header_height"
android:minHeight="@dimen/kau_about_header_height"
- app:kau_foregroundColor="?android:colorAccent"
- app:kau_heightPercentageToScreen="0.5"
+ app:foregroundColor="?android:colorAccent"
+ app:heightPercentageToScreen="0.5"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />