顯示具有 AndroidWear 標籤的文章。 顯示所有文章
顯示具有 AndroidWear 標籤的文章。 顯示所有文章

2015年4月15日 星期三

Android Wear 取消往左滑關閉功能

If the user interaction model of your app interferes with the swipe-to-dismiss gesture, you can disable it for your app. To disable the swipe-to-dismiss gesture in your app, extend the default theme and set theandroid:windowSwipeToDismiss attribute to false:
<style name="AppTheme" parent="Theme.DeviceDefault">
    <item name="android:windowSwipeToDismiss">false</item>
</style>

2015年3月24日 星期二

安裝smartwatch 3 driver

https://www.youtube.com/watch?v=iWkY8z_XyTo