Weather/res/layout/item_sakura_footer.xml
2021-05-10 10:13:34 +02:00

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>