summaryrefslogtreecommitdiff
path: root/platform/android/wearapp/src/main/res/layout/activity_main.xml
blob: d944c444fa635b978ae78bea521b31dcb09bc6d1 (plain)
1
2
3
4
5
6
7
<android.support.constraint.ConstraintLayout
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:android="http://schemas.android.com/apk/res/android"
    tools:deviceIds="wear"
    android:id="@+id/content"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>