AndroidAPS/wear/src/main/res/layout/activity_home_large.xml

13 lines
589 B
XML
Raw Normal View History

2016-11-17 15:17:02 +01:00
<?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_home_large"
app:roundLayout="@layout/round_activity_home_large"
2017-02-09 20:54:41 +01:00
tools:context=".watchfaces.Home"
2016-11-17 15:17:02 +01:00
tools:deviceIds="wear"/>