Advertisement
the-technoholik

garage_opener/wear/res/activity_wear.xml

Nov 15th, 2014
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <android.support.wearable.view.WatchViewStub
  4.        xmlns:android="http://schemas.android.com/apk/res/android"
  5.        xmlns:app="http://schemas.android.com/apk/res-auto"
  6.        xmlns:tools="http://schemas.android.com/tools"
  7.        android:id="@+id/watch_view_stub"
  8.        android:layout_width="match_parent"
  9.        android:layout_height="match_parent"
  10.        tools:context=".WearActivity"
  11.        tools:deviceIds="wear"
  12.        app:rectLayout="@layout/rect_activity_wear"
  13.        app:roundLayout="@layout/round_activity_wear">
  14. </android.support.wearable.view.WatchViewStub>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement