mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
25 lines
1 KiB
XML
25 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="29dp">
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:textSize="24sp"
|
|
android:textColor="@color/dark_414141"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/title_networks"
|
|
android:includeFontPadding="false"
|
|
android:fontFamily="@font/power_grotesk_regular"
|
|
android:textFontWeight="400"/>
|
|
<Space
|
|
android:layout_width="6dp"
|
|
android:layout_height="match_parent"/>
|
|
<tech.rabbit.r1launcher.widget.SettingLoading
|
|
android:id="@+id/sl_loading"
|
|
android:layout_width="23dp"
|
|
android:layout_height="23dp"/>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|