apps-android-commons/commons/res/layout/activity_contributions.xml
2013-02-21 12:14:53 +05:30

16 lines
No EOL
563 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
>
<fragment
android:name="org.wikimedia.commons.contributions.ContributionsListFragment"
android:id="@+id/contributionsListFragment"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
/>
</LinearLayout>