meditationassistant/MeditationAssistantWear/src/main/res/layout/wear_editduration.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>