rpicms-android

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

activity_entry_list.xml (498B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <fragment xmlns:android="http://schemas.android.com/apk/res/android"
      4     xmlns:tools="http://schemas.android.com/tools"
      5     android:id="@+id/entry_list"
      6     android:name="de.nordgedanken.rpicms.EntryListFragment"
      7     android:layout_width="match_parent"
      8     android:layout_height="match_parent"
      9     android:layout_marginLeft="16dp"
     10     android:layout_marginRight="16dp"
     11     tools:context=".EntryListActivity"
     12     tools:layout="@android:layout/list_content" />