Initial-Release

This commit is contained in:
2015-10-14 16:11:04 +02:00
parent af2f554b9c
commit 104eb7d34f
973 changed files with 14951 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:/C:/_PROJEKTE_/Android/Development/sprueche-sports/app/src/main/res/layout/activity_main.xml -->