-4
私のアプリケーションに「ボタンを追加」を追加します。これは次のようになります:enter image description here。私はどのようにこれを行うには考えていない、助けてください!「追加ボタン」を追加するには?
私のアプリケーションに「ボタンを追加」を追加します。これは次のようになります:enter image description here。私はどのようにこれを行うには考えていない、助けてください!「追加ボタン」を追加するには?
あなたの一番下のボタンをレイアウトは、アクションボタンを浮遊している、あなたは以下のようなものを作成することができます。
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:src="@android:drawable/ic_dialog_email" />
layout_gravity属性は、ボタンの位置を定義するために使用されます。