亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何在Android中使用懸浮按鈕

發布時間:2021-05-17 17:16:51 來源:億速云 閱讀:159 作者:Leah 欄目:移動開發

本篇文章為大家展示了如何在Android中使用懸浮按鈕,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

步驟1:引用

compile 'com.laocaixw.suspendbuttonlayout:suspendbuttonlayout:1.0.3'

步驟2:xml布局

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout android:layout_height="match_parent" 
 android:layout_width="match_parent" 
 android:orientation="vertical" 
 xmlns:suspend="http://schemas.android.com/apk/res-auto" 
 xmlns:android="http://schemas.android.com/apk/res/android"> 
 
 <com.laocaixw.layout.SuspendButtonLayout 
  android:id="@+id/layout" 
  android:layout_width="match_parent" 
  android:layout_height="match_parent" 
  suspend:distance="80dp" 
  suspend:imageSize="50dp" 
  suspend:marginY="100dp" 
  suspend:number="6" 
  suspend:imageMainOpen="@mipmap/suspend_main_open" 
  suspend:imageMainClose="@mipmap/suspend_main_close" 
  suspend:image1="@mipmap/suspend_1" 
  suspend:image2="@mipmap/suspend_2" 
  suspend:image3="@mipmap/suspend_3" 
  suspend:image4="@mipmap/suspend_4" 
  suspend:image5="@mipmap/suspend_5" 
  suspend:image6="@mipmap/suspend_6"> 
 
 </com.laocaixw.layout.SuspendButtonLayout> 
 
</LinearLayout>

以上各屬性:

  • distance="80dp" // 按鈕打開后,主按鈕和子按鈕的距離

  • imageSize="50dp" // 按鈕大小,所占區域的邊長

  • marginY="100dp" // 與上下邊緣距離,下圖中黃色部分的高度

  • number="6" // 展開的子按鈕的數量,可以是3-6個

  • imageMainOpen="@mipmap/suspendMainOpen" // 中間按鈕展開時的圖片資源

  • imageMainClose="@mipmap/suspendMainClose" // 中間按鈕關閉時的圖片資源

  • image1="@mipmap/suspend_1" // 子按鈕的圖片資源,image1~image6

步驟3:Activity使用

public class MainActivity extends AppCompatActivity { 
 
 public String[] suspendChildButtonInfo = {"相機", "音樂", "地圖", "亮度", "聯系人", "短信"}; 
 
 @Override 
 protected void onCreate(Bundle savedInstanceState) { 
  super.onCreate(savedInstanceState); 
  setContentView(R.layout.activity_suspendbutton); 
 
  final SuspendButtonLayout suspendButtonLayout = (SuspendButtonLayout) findViewById(R.id.layout); 
  suspendButtonLayout.setOnSuspendListener(new SuspendButtonLayout.OnSuspendListener() { 
   @Override 
   public void onButtonStatusChanged(int status) { 
 
   } 
 
   @Override 
   public void onChildButtonClick(int index) { 
    Toast.makeText(MainActivity.this, "您點擊了【" 
      + suspendChildButtonInfo[index - 1] + "】按鈕!", Toast.LENGTH_SHORT).show(); 
   } 
  }); 
 
/**  

 * suspendButtonLayout.hideSuspendButton(); // 隱藏按鈕 
  suspendButtonLayout.showSuspendButton(); // 顯示按鈕 
 
  suspendButtonLayout.openSuspendButton(); // 展開按鈕 
  suspendButtonLayout.closeSuspendButton(); // 關閉按鈕 
 
  suspendButtonLayout.setMainCloseImageResource(R.mipmap.suspend_main_close); // 設置關閉時,主按鈕的圖片 
  suspendButtonLayout.setMainOpenImageResource(R.mipmap.suspend_main_open); // 設置展開時,主按鈕的圖片 
 
  // 設置按鈕位置。isRight:true在右邊,false在左邊;stayPosY:在'按鈕停留區域'從上往下,值為從0到100。 
  suspendButtonLayout.setPosition(isRight, stayPosY); */ 
 
 
 } 
}

Android是什么

Android是一種基于Linux內核的自由及開放源代碼的操作系統,主要使用于移動設備,如智能手機和平板電腦,由美國Google公司和開放手機聯盟領導及開發。

上述內容就是如何在Android中使用懸浮按鈕,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

沾益县| 馆陶县| 五华县| 灵台县| 株洲市| 寻甸| 德化县| 惠水县| 邯郸县| 黄山市| 潜江市| 冷水江市| 弥渡县| 泸定县| 昭通市| 绥阳县| 博兴县| 长丰县| 临江市| 广平县| 正安县| 南漳县| 丰镇市| 新乐市| 望城县| 开鲁县| 东明县| 本溪| 扶沟县| 阿坝| 石城县| 炉霍县| 页游| 南昌市| 平安县| 长泰县| 普兰县| 宽城| 昭苏县| 义乌市| 通化市|