Rabbit-R1/android (non root)/java/resources/res/layout/material_clockface_view.xml
2024-05-21 17:08:36 -04:00

17 lines
776 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_gravity="center"
android:id="@+id/material_clock_face"
android:layout_width="256dp"
android:layout_height="256dp">
<com.google.android.material.timepicker.ClockHandView
android:id="@+id/material_clock_hand"
android:tag="skip"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:selectorSize="24dp"/>
</merge>