You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
575 B
12 lines
575 B
<?xml version="1.0" encoding="utf-8"?> |
|
<android.support.wearable.view.WatchViewStub |
|
android:id="@+id/watch_view_stub" |
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
xmlns:tools="http://schemas.android.com/tools" |
|
android:layout_width="match_parent" |
|
android:layout_height="match_parent" |
|
app:rectLayout="@layout/wear_main_rect" |
|
app:roundLayout="@layout/wear_main_round" |
|
tools:context=".WearMainActivity" |
|
tools:deviceIds="wear"></android.support.wearable.view.WatchViewStub>
|
|
|