5 lines
331 B
XML
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> |