1
0
mirror of https://github.com/sismics/docs.git synced 2026-07-22 04:36:06 +00:00

Init Android project

This commit is contained in:
Ben
2013-12-27 13:27:58 +01:00
parent 77f0368ba5
commit 60beb0e2f5
30 changed files with 961 additions and 0 deletions
@@ -0,0 +1,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/doc_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.sismics.docs.DocDetailActivity"
tools:ignore="MergeRootFrame" />