Modified namespace so that app can be published on Google Play

This commit is contained in:
Nicolas Raoul 2015-09-08 10:08:34 +09:00
parent 2427ee7b6f
commit 97a57be47a
69 changed files with 213 additions and 213 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res/org.wikimedia.commons"
xmlns:custom="http://schemas.android.com/apk/res/fr.nrw.free.commons"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -17,7 +17,7 @@
android:typeface="serif"
android:layout_gravity="end|bottom"
/>
<org.wikimedia.commons.MediaWikiImageView android:id="@+id/contributionImage"
<fr.nrw.free.commons.MediaWikiImageView android:id="@+id/contributionImage"
android:layout_width="fill_parent"
android:layout_height="240dp"
android:scaleType="centerCrop"