mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Modified namespace so that app can be published on Google Play
This commit is contained in:
parent
2427ee7b6f
commit
97a57be47a
69 changed files with 213 additions and 213 deletions
|
|
@ -8,7 +8,7 @@
|
|||
android:background="#000000"
|
||||
>
|
||||
<fragment
|
||||
android:name="org.wikimedia.commons.contributions.ContributionsListFragment"
|
||||
android:name="fr.nrw.free.commons.contributions.ContributionsListFragment"
|
||||
android:id="@+id/contributionsListFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
android:textColor="@android:color/white"
|
||||
android:background="#20ffffff"
|
||||
/>
|
||||
<org.wikimedia.commons.media.MediaDetailSpacer
|
||||
<fr.nrw.free.commons.media.MediaDetailSpacer
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="8dp"/>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
android:visibility="gone"
|
||||
/>
|
||||
|
||||
<org.wikimedia.commons.MediaWikiImageView android:id="@+id/mediaDetailImage"
|
||||
<fr.nrw.free.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. -->
|
||||
<org.wikimedia.commons.media.MediaDetailSpacer
|
||||
<fr.nrw.free.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>
|
||||
<org.wikimedia.commons.media.MediaDetailSpacer
|
||||
<fr.nrw.free.commons.media.MediaDetailSpacer
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="8dp"/>
|
||||
<LinearLayout
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
android:textSize="14sp"
|
||||
android:padding="12dp"/>
|
||||
</LinearLayout>
|
||||
<org.wikimedia.commons.media.MediaDetailSpacer
|
||||
<fr.nrw.free.commons.media.MediaDetailSpacer
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="8dp"/>
|
||||
<LinearLayout
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
android:textSize="14sp"
|
||||
android:padding="12dp"/>
|
||||
</LinearLayout>
|
||||
<org.wikimedia.commons.media.MediaDetailSpacer
|
||||
<fr.nrw.free.commons.media.MediaDetailSpacer
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="8dp"/>
|
||||
<LinearLayout
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue