2020-10-26 20:33:25 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-09-29 20:58:10 +02:00
|
|
|
|
|
|
|
<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_rictxwf01"
|
|
|
|
app:roundLayout="@layout/round_activity_rictxwf01"
|
|
|
|
tools:context=".watchfaces.Home"
|
|
|
|
tools:deviceIds="wear"/>
|