ColoursByControl/wear/src/main/res/layout/activity_main.xml
Gabriel Tofvesson 8241033eba Initial commit
2017-07-04 22:28:16 +02:00

12 lines
614 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.wearable.view.WatchViewStub 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:id="@+id/watch_view_stub"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:rectLayout="@layout/rect_activity_main"
app:roundLayout="@layout/round_activity_main"
tools:context="net.tofvesson.coloursbycontrol.activity.MainActivity"
tools:deviceIds="wear"></android.support.wearable.view.WatchViewStub>