18 lines
598 B
XML
18 lines
598 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/button_bar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/bg_m3_bottom_bar"
|
|
tools:showIn="@layout/fragment_report_choice">
|
|
|
|
<Button
|
|
android:id="@+id/btn_next"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:layout_margin="16dp"
|
|
style="@style/Widget.Mastodon.M3.Button.Filled"
|
|
android:text="@string/next" />
|
|
|
|
</FrameLayout> |