Dantotsu/app/src/main/res/layout/item_custom_dialog.xml
2024-02-06 02:16:10 -06:00

15 lines
No EOL
546 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
<CheckBox
android:id="@+id/dialog_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/poppins_bold"
android:text="@string/dont_ask_again"
android:textSize="12sp" />
</LinearLayout>