5 lines
433 B
XML
5 lines
433 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout android:background="@color/white" android:paddingBottom="@dimen/x5" android:layout_width="fill_parent" android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<com.moji.FooterView android:id="@id/sakura_footer" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="wrap_content" />
|
|
</FrameLayout> |