2017-02-12 106 views
-3

enter image description hereAndroid的活動設置

如何把這個「+」 signn在右下角的我的活動,並設置一些funtion該活動

+3

那漂浮操作按鈕(FAB)搜索它 – Redman

+1

我敢肯定,「新活動」模板已經有這個 –

回答

0

如果我理解你的問題,你是如何評價fab按鈕或浮動動作按鈕,一種新的材料設計element.It可通過添加Design Support Library

<!-- find a plus icon --> 
<android.support.design.widget.FloatingActionButton 
    android:src="@drawable/ic_plus" 
    app:fabSize="normal" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" /> 
+0

我在哪裏寫這上面的代碼? –

+0

您檢查了鏈接?把查看活動根佈局裏面,瞭解結構,你可以從最新的Android工作室使用新的活動選項,並在其中選擇與晶圓廠按鈕正確的模板! –