Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ImageButtonをどのように配置しますか?
RelativeLayoutを使用すると、それらを並べて配置できますが、それらの間にギャップが必要です。ボタンを画面の中央と下部に配置するにはどうすればよいですか?
RelativeLayoutを使用すると、それらを並べて配置できますが、それらの間にギャップが必要です。
使用android:layout_marginTopおよび関連するプロパティ。
android:layout_marginTop
ボタンを画面の中央と下部に配置するにはどうすればよいですか?
android:layout_centerHorizontal="true"とandroid:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"