mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
11 lines
No EOL
353 B
XML
11 lines
No EOL
353 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="48dp"
|
|
android:id="@+id/more_info_button"
|
|
android:visibility="gone"
|
|
android:layout_gravity="bottom"
|
|
android:background="?attr/bottomBar"
|
|
>
|
|
|
|
</LinearLayout> |