This commit is contained in:
2019-03-13 03:39:45 -04:00
parent 9b9956f0f3
commit e1f677a6a3
37 changed files with 2144 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TextView
android:id="@+id/title_devices"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="@string/app_name">
</TextView>
</LinearLayout>