apps-android-commons/commons/res/layout/activity_campaigns.xml
YuviPanda 27f4fe1481 Add Campaign Activity, Fragment and Fetcher
Exposed as a separate launcher icon. Will add more cohesive UI in
the future

Change-Id: I9f15a9ac850d636d72b4892f2b5153f7e2b8ba28
2013-07-26 01:48:27 +05:30

14 lines
No EOL
506 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment
android:id="@+id/campaignsListFragment"
class="org.wikimedia.commons.campaigns.CampaignsListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</FrameLayout>