Newer
Older
dxcgt_app / app / src / main / res / layout / checkbox.xml
wangxitong on 12 Jan 2021 584 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="180dp"
    android:layout_height="wrap_content">

    <CheckBox
        android:layout_width="wrap_content"
        android:layout_height="28dp"
        android:id="@+id/check"
        android:scaleX="0.7"
        android:scaleY="0.7"
        android:text="不再提醒"
        android:layout_alignParentTop="true"
        android:layout_alignParentRight="true"
        android:layout_alignParentEnd="true">
    </CheckBox>
</RelativeLayout>