<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <org.ntlab.radishforandroidstudio.framework.RWT.RWTPad android:id="@+id/pad" android:layout_width="150dp" android:layout_height="150dp" android:text="Button" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" /> <org.ntlab.radishforandroidstudio.framework.RWT.RWTShotButton android:id="@+id/bulletShot" android:layout_width="60dp" android:layout_height="60dp" android:layout_marginBottom="16dp" android:text="弾" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.479" app:layout_constraintStart_toEndOf="@+id/pad" /> </android.support.constraint.ConstraintLayout>