Merge branch 'fix_slwp' into 'master'

com.seb.SLWP: Enabled again and add updated patch

Also using the latest available commit 63 instead of 62 which just added one single, new .png:

https://code.google.com/p/earth-live-wallpaper/source/detail?r=63

Build and installation of App successful, functionality of the App itself currently untested.

See merge request !449
This commit is contained in:
Boris Kraut 2015-01-05 13:44:08 +00:00
commit d9fe0b0764
2 changed files with 17 additions and 3 deletions

View file

@ -22,9 +22,8 @@ Build:1.4,60
target=android-10
Build:1.5,61
disable=patches need updating
commit=62
patch=scoping-fix.patch,handle-no-market.patch,fix-appname.patch,button-name.patch
commit=63
patch=scoping-fix.patch,handle-no-market.patch,fix-appname.patch,button-name.63.patch
target=android-10
Auto Update Mode:None

View file

@ -0,0 +1,15 @@
Use consistent capitalization on button name.
diff --git a/res/layout/prefliste.xml b/res/layout/prefliste.xml
index 1320b12..4810ac9 100644
--- a/res/layout/prefliste.xml
+++ b/res/layout/prefliste.xml
@@ -26,7 +26,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
- android:text="map pack" />
+ android:text="Map Pack" />
</RelativeLayout>
<ListView android:layout_width="fill_parent" android:id="@+id/android:list" android:layout_height="wrap_content"></ListView>