mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
16 lines
No EOL
563 B
XML
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> |