Merge "Added android:tools specification on navigation and actions page." into mnc-io-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
4ca0c8052c
@@ -76,6 +76,7 @@ To add an action or a navigation drawer, declare your user interface with a
|
|||||||
<android.support.wearable.view.drawer.WearableDrawerLayout
|
<android.support.wearable.view.drawer.WearableDrawerLayout
|
||||||
android:id="@+id/drawer_layout"
|
android:id="@+id/drawer_layout"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:deviceIds="wear">
|
tools:deviceIds="wear">
|
||||||
|
|||||||
Reference in New Issue
Block a user