Wear: prevent dot indictor from hiding

This commit is contained in:
Andries Smit 2022-01-12 12:22:08 +01:00
parent d863732f5e
commit 1a514f1ca2

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.wear.widget.CurvedTextView
android:id="@+id/title_curved"
@ -32,6 +33,7 @@
android:id="@+id/page_indicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom" />
android:layout_gravity="center_horizontal|bottom"
app:dotFadeOutDelay="100000"/>
</FrameLayout>