Thumbnails-Background eingebaut, Styles angepasst

This commit is contained in:
2016-02-04 21:35:12 +01:00
parent e0500a55fc
commit 31bafd271f
515 changed files with 242 additions and 1670 deletions

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.raataar.wolle_rosen_kaufen.test">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.raataar.wolle_rosen_kaufen"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.raataar.wolle_rosen_kaufen"/>
</manifest>