中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

Android項目中如何修改FloatingActionButton中title的文字與背景顏色

發布時間:2020-11-25 16:33:13 來源:億速云 閱讀:515 作者:Leah 欄目:移動開發

本篇文章為大家展示了Android項目中如何修改FloatingActionButton中title的文字與背景顏色,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

首先看一張圖片 

Android項目中如何修改FloatingActionButton中title的文字與背景顏色

我是在一個不錯的開源的FloatingActionButton庫基礎上實現的,鏈接github開源庫 參考圖片的標記和代碼里的注釋。代碼如下:

<com.getbase.floatingactionbutton.FloatingActionsMenu
      android:id="@+id/fab_meau"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:layout_alignParentBottom="true"
      android:layout_alignParentRight="true"
      android:layout_alignParentEnd="true"
      fab:fab_addButtonColorNormal="@color/theme_color" //修改meau按鈕的背景色
      fab:fab_addButtonColorPressed="@color/fab_pressed_color" //meau按鈕按下的顏色
      fab:fab_addButtonPlusIconColor="@color/white" //meau中間 "+" 的顏色
      fab:fab_labelStyle="@style/fab_labels_style" //title樣式,可以修改title的顏色和背景
      android:layout_marginBottom="16dp"
      android:layout_marginRight="16dp"
      android:layout_marginEnd="16dp">

      <com.getbase.floatingactionbutton.FloatingActionButton
        android:id="@+id/fab_action_a"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        fab:fab_colorNormal="@color/white"
        fab:fab_title="聯系客服發布信息" //button的標題
        fab:fab_size="mini" //normal和mini兩個值,normal和meau一樣大
        />

      <com.getbase.floatingactionbutton.FloatingActionButton
        android:id="@+id/fab_action_b"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        fab:fab_colorNormal="@color/white"
        fab:fab_title="個人發布信息"
        fab:fab_size="mini" 
        fab:fab_colorPressed="@color/fab_pressed_color"
        />

    </com.getbase.floatingactionbutton.FloatingActionsMenu>

在value.xml配置樣式fab_labels_style代碼如下:

<style name="fab_labels_style">
    <item name="android:background">@drawable/fab_label_background</item> //文字背景的樣式
    <item name="android:textColor">@color/black</item> //文字的顏色
  </style>

drawable文件夾下的fab_label_background.xml代碼如下:

<&#63;xml version="1.0" encoding="utf-8"&#63;>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
  <solid android:color="@color/white"/>
  <padding
    android:left="16dp"
    android:top="4dp"
    android:right="16dp"
    android:bottom="4dp"/> //離內邊框的距離
  <corners
    android:radius="5dp"/> //邊框四個叫的弧度

  <stroke
    android:width="1dp"
    android:color="@color/text_color_84"/> //邊框邊線的寬度和顏色
</shape>

上述內容就是Android項目中如何修改FloatingActionButton中title的文字與背景顏色,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

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

AI

西贡区| 东乌| 德阳市| 翼城县| 长垣县| 北碚区| 额敏县| 会同县| 台安县| 江口县| 富裕县| 阳朔县| 兴义市| 潞西市| 承德县| 长寿区| 崇阳县| 奉新县| 嘉禾县| 德州市| 清丰县| 梅河口市| 漳平市| 永康市| 响水县| 霍州市| 隆化县| 沅江市| 德惠市| 从江县| 阳原县| 万盛区| 高雄县| 泗水县| 甘泉县| 桐乡市| 察雅县| 镶黄旗| 宁阳县| 西宁市| 双城市|