Files
AndroidJava/dash-wallet/wallet/res/layout/send_coins_buttons_include.xml
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

32 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="?android:attr/buttonBarStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:measureWithLargestChild="true"
android:orientation="horizontal" >
<Button
android:id="@+id/send_coins_cancel"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="0px"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="?android:attr/selectableItemBackground"
android:maxLines="2"
android:textAllCaps="false"
android:textSize="@dimen/font_size_small" />
<Button
android:id="@+id/confirm_button"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="0px"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="?android:attr/selectableItemBackground"
android:maxLines="2"
android:textAllCaps="false"
android:textSize="@dimen/font_size_small"
android:textStyle="bold" />
</LinearLayout>