- Android Wear Projects
- Ashok Kumar S
- 12字
- 2021-07-15 17:17:52
DelayedConfirmationView
A DelayedConfirmationView is an automatic confirmation view based on the timer:


<android.support.wearable.view.DelayedConfirmationView
android:id="@+id/delayed_confirm"
android:layout_width="40dp"
android:layout_height="40dp"
android:src="@drawable/cancel_circle"
app:circle_border_color="@color/lightblue"
app:circle_border_width="4dp"
app:circle_radius="16dp">
</android.support.wearable.view.DelayedConfirmationView>
推薦閱讀
- JavaScript 從入門到項目實踐(超值版)
- Boost C++ Application Development Cookbook(Second Edition)
- MongoDB for Java Developers
- Vue.js入門與商城開發實戰
- Apache Spark Graph Processing
- JavaScript前端開發與實例教程(微課視頻版)
- R的極客理想:工具篇
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Learning Laravel's Eloquent
- Kotlin Programming By Example
- 邊玩邊學Scratch3.0少兒趣味編程
- Implementing Microsoft Dynamics NAV(Third Edition)
- Laravel Design Patterns and Best Practices
- Java EE 7 Development with WildFly