You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
599 B
XML
13 lines
599 B
XML
<?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_editduration_rect"
|
|
app:roundLayout="@layout/wear_editduration_round"
|
|
tools:context=".WearEditDurationActivity"
|
|
tools:deviceIds="wear"></android.support.wearable.view.WatchViewStub>
|