mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
6 lines
No EOL
1.1 KiB
XML
6 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<TextView android:textSize="30.0sp" android:textColor="@color/white" android:id="@id/tv_tips" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0" android:fontFamily="@font/power_grotesk_regular" android:layout_marginStart="22.0dip" android:layout_marginEnd="20.0dip" android:textFontWeight="400" />
|
|
<TextView android:textSize="30.0sp" android:textColor="@color/selector_000000_ffffff" android:gravity="center" android:id="@id/tv_continue" android:background="@drawable/selector_ff4d00_00000000_r10" android:layout_width="fill_parent" android:layout_height="36.0dip" android:minWidth="0.0dip" android:minHeight="0.0dip" android:text="@string/try_again" android:fontFamily="@font/power_grotesk_regular" android:layout_marginStart="5.0dip" android:layout_marginEnd="5.0dip" android:textFontWeight="400" />
|
|
</LinearLayout> |