merge ingress intel total conversion mobile (iitcm). APK and related things by blakjakau. Thank you!

This commit is contained in:
Stefan Breunig
2013-02-23 13:06:30 +01:00
parent 50cd70f903
commit c12cc349cb
18 changed files with 516 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<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:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/first_page" />
</LinearLayout>