91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

如何在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

柳林县| 揭阳市| 禹城市| 且末县| 明水县| 固始县| 永和县| 祁连县| 务川| 綦江县| 景洪市| 三亚市| 公安县| 西青区| 莱西市| 临湘市| 榆中县| 枞阳县| 新干县| 信阳市| 开江县| 平远县| 宜章县| 明溪县| 农安县| 新巴尔虎左旗| 南通市| 响水县| 镇巴县| 盈江县| 滨州市| 三明市| 阿克苏市| 石首市| 鸡东县| 博湖县| 黄石市| 水城县| 沁源县| 紫金县| 太白县|