Files
2026-04-05 01:00:07 -05:00

41 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/g7"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true"
style="?attr/da">
<androidx.appcompat.widget.ButtonBarLayout
android:gravity="bottom"
android:orientation="horizontal"
android:paddingLeft="12dp"
android:paddingTop="4dp"
android:paddingRight="12dp"
android:paddingBottom="4dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layoutDirection="locale">
<Button
android:id="@android:id/button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?attr/d9"/>
<android.widget.Space
android:id="@+id/a1_"
android:visibility="invisible"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1"/>
<Button
android:id="@android:id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?attr/d8"/>
<Button
android:id="@android:id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?attr/d_"/>
</androidx.appcompat.widget.ButtonBarLayout>
</ScrollView>