com.seb.SLWP: Enabled again and add updated patch
This commit is contained in:
parent
88277ae7f8
commit
538cb418f8
|
@ -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
|
||||
|
|
15
metadata/com.seb.SLWP/button-name.63.patch
Normal file
15
metadata/com.seb.SLWP/button-name.63.patch
Normal 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>
|
Loading…
Reference in a new issue