discord-jadx/app/src/main/res/layout/material_clockface_view.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

4 lines
668 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="0" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:selectorSize="24dp"/>
</merge>