mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
9 lines
411 B
XML
9 lines
411 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<view xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:theme="@style/ThemeOverlay.AppCompat.Dark"
|
||
|
android:layout_gravity="bottom|center_horizontal"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
class="com.google.android.material.snackbar.Snackbar$SnackbarLayout"
|
||
|
style="@style/Widget.Design.Snackbar"/>
|