Changed folder names to be in line with package names

Fixes issue #15
This commit is contained in:
misaochan 2015-10-04 17:49:52 +13:00
parent 43a2512104
commit 5765c99704
66 changed files with 233 additions and 217 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/free.nrw.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"
<free.nrw.commons.MediaWikiImageView android:id="@+id/contributionImage"
android:layout_width="fill_parent"
android:layout_height="240dp"
android:scaleType="centerCrop"