AquaStream/app/src/main/res/layout/result_selection.xml

7 lines
357 B
XML
Raw Normal View History

2022-08-04 22:26:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2022-08-05 23:41:35 +00:00
<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
2022-08-04 22:26:33 +00:00
style="@style/SelectableButton"
android:layout_marginStart="0dp"
android:layout_marginEnd="10dp"
2022-08-05 23:41:35 +00:00
tools:text="Season 1" />