- 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"/>
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- Oracle從新手到高手
- Interactive Data Visualization with Python
- FreeSWITCH 1.6 Cookbook
- iOS開發實戰:從零基礎到App Store上架
- OpenNI Cookbook
- 區塊鏈:以太坊DApp開發實戰
- Mastering C# Concurrency
- 你必須知道的204個Visual C++開發問題
- Python機器學習編程與實戰
- Python算法從菜鳥到達人
- Web性能實戰
- OpenCV with Python By Example
- Python函數式編程(第2版)
- JavaScript編程精解(原書第2版)