mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
17 lines
647 B
XML
17 lines
647 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp">
|
|
<View
|
|
android:layout_gravity="center"
|
|
android:id="@+id/v_ring"
|
|
android:background="@drawable/shape_setting_ring"
|
|
android:layout_width="23dp"
|
|
android:layout_height="23dp"/>
|
|
<tech.rabbit.r1launcher.widget.SettingLoading
|
|
android:id="@+id/sl"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
</FrameLayout>
|