Fixed namespace typo

This commit is contained in:
Nicolas Raoul 2015-09-08 16:37:39 +09:00
parent 061aa07df3
commit 5ceb9aba69
65 changed files with 203 additions and 203 deletions

View file

@ -22,7 +22,7 @@
android:visibility="gone"
/>
<fr.nrw.free.commons.MediaWikiImageView android:id="@+id/mediaDetailImage"
<fr.free.nrw.commons.MediaWikiImageView android:id="@+id/mediaDetailImage"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="fitCenter"
@ -42,7 +42,7 @@
<!-- Placeholder. Height gets set at runtime based on container size; the initial value is a hack to keep
the detail info offscreen until it's placed properly. May be a better way to do this. -->
<fr.nrw.free.commons.media.MediaDetailSpacer
<fr.free.nrw.commons.media.MediaDetailSpacer
android:layout_width="fill_parent"
android:layout_height="16dp"
android:id="@+id/mediaDetailSpacer"/>
@ -77,7 +77,7 @@
android:textSize="14sp"
android:padding="12dp"/>
</LinearLayout>
<fr.nrw.free.commons.media.MediaDetailSpacer
<fr.free.nrw.commons.media.MediaDetailSpacer
android:layout_width="fill_parent"
android:layout_height="8dp"/>
<LinearLayout
@ -105,7 +105,7 @@
android:textSize="14sp"
android:padding="12dp"/>
</LinearLayout>
<fr.nrw.free.commons.media.MediaDetailSpacer
<fr.free.nrw.commons.media.MediaDetailSpacer
android:layout_width="fill_parent"
android:layout_height="8dp"/>
<LinearLayout
@ -133,7 +133,7 @@
android:textSize="14sp"
android:padding="12dp"/>
</LinearLayout>
<fr.nrw.free.commons.media.MediaDetailSpacer
<fr.free.nrw.commons.media.MediaDetailSpacer
android:layout_width="fill_parent"
android:layout_height="8dp"/>
<LinearLayout