mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 01:24:07 +00:00
16 lines
595 B
XML
16 lines
595 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/pp_buttons_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?ppButtonsBackground"
|
|
android:orientation="horizontal"
|
|
android:layout_gravity="bottom">
|
|
<include layout="@layout/item_divider" />
|
|
<LinearLayout
|
|
android:id="@+id/container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/place_page_buttons_height"
|
|
android:orientation="horizontal" />
|
|
</RelativeLayout> |