Version 1 - Initial-Release

This commit is contained in:
2015-10-09 01:02:14 +02:00
parent a3e6e6de17
commit 2675488d0f
844 changed files with 14923 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg"
tools:context=".MainActivity" >
<ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:divider="@color/list_divider"
android:dividerHeight="1dp"
android:listSelector="@drawable/list_row_selector" />
</RelativeLayout><!-- From: file:/D:/_PROJEKTE_/Android_NAS/sapientia-sports/app/src/main/res/layout/activity_main.xml -->