apps-android-commons/commons/res/layout/activity_contributions.xml
misaochan 43a2512104 Fixed namespace issue
Packages are now all in org.wikimedia.commons
2015-10-04 17:10:46 +13:00

16 lines
No EOL
641 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:id="@+id/contributionsFragmentContainer"
android:background="#000000"
>
<fragment
android:name="org.wikimedia.commons.contributions.ContributionsListFragment"
android:id="@+id/contributionsListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</FrameLayout>