書名: Android Wear Projects作者名: Ashok Kumar S本章字數: 32字更新時間: 2021-07-15 17:17:53
Action drawer
The action drawer gives access to easy and common actions in your application. By default, action drawer appears at the bottom of the screen and provides specific actions to users:
<android.support.wearable.view.drawer.WearableActionDrawer
android:id="@+id/bottom_drawer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/holo_blue_dark"
app:show_overflow_in_peek="true"/>
推薦閱讀
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Practical Internet of Things Security
- 區塊鏈架構與實現:Cosmos詳解
- Rust編程從入門到實戰
- 青少年美育趣味課堂:XMind思維導圖制作
- Web程序設計(第二版)
- Hands-On Automation Testing with Java for Beginners
- JavaCAPS基礎、應用與案例
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- C++ Fundamentals
- Kubernetes進階實戰
- Java編程從入門到精通
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Java7程序設計入門經典
- 零基礎學Java第2版