Images added, final Release

This commit is contained in:
2015-10-21 09:13:46 +02:00
parent 2dcafa780e
commit 8ead0e003f
268 changed files with 2249 additions and 39 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/weisheiten-all-in-one/app/src/main/res/layout/activity_main.xml -->