mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
15 lines
No EOL
598 B
XML
15 lines
No EOL
598 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"
|
|
>
|
|
<fragment
|
|
android:name="org.wikimedia.commons.contributions.ContributionsListFragment"
|
|
android:id="@+id/contributionsListFragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
/>
|
|
</FrameLayout> |