tmap/res/layout/setting_bottom_footer_view.xml
2022-06-10 21:38:30 +09:00

5 lines
331 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:background="@color/color_f0f0f0" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_100dp" />
</FrameLayout>