- 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"/>
推薦閱讀
- 大學(xué)計算機基礎(chǔ)(第二版)
- Mastering ServiceStack
- Visual C++串口通信技術(shù)詳解(第2版)
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- 零基礎(chǔ)輕松學(xué)C++:青少年趣味編程(全彩版)
- Greenplum構(gòu)建實時數(shù)據(jù)倉庫實踐
- Java程序設(shè)計入門(第2版)
- 用Python動手學(xué)統(tǒng)計學(xué)
- 數(shù)據(jù)結(jié)構(gòu)與算法詳解
- Python程序設(shè)計:基礎(chǔ)與實踐
- Swift Essentials(Second Edition)
- Game Programming using Qt 5 Beginner's Guide
- PHP從入門到精通(第7版)
- Mastering Magento Theme Design