rpicms-android

Android app for the RPICMS.
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms-android.git
Log | Files | Refs

activity_start.xml (483B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <fragment xmlns:android="http://schemas.android.com/apk/res/android"
      3     xmlns:app="http://schemas.android.com/apk/res-auto"
      4     xmlns:tools="http://schemas.android.com/tools"
      5     android:id="@+id/main_browse_fragment"
      6     android:name="de.nordgedanken.rpicms.MainFragment"
      7     android:layout_width="match_parent"
      8     android:layout_height="match_parent"
      9     tools:context=".Start"
     10     tools:deviceIds="tv"
     11     tools:ignore="MergeRootFrame" />