mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
18 lines
840 B
XML
18 lines
840 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:textSize="24sp"
|
|
android:textColor="@color/selector_000000_ffffff"
|
|
android:ellipsize="marquee"
|
|
android:gravity="center_vertical"
|
|
android:background="@drawable/selector_ff4d00_00000000_r10"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="29dp"
|
|
android:maxLines="1"
|
|
android:singleLine="true"
|
|
android:includeFontPadding="false"
|
|
android:drawablePadding="26sp"
|
|
android:fontFamily="@font/power_grotesk_regular"
|
|
android:textFontWeight="400"
|
|
app:drawableEndCompat="@drawable/selector_unfocused_radio_button"/>
|