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

5 lines
418 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/iv_imageView_top" android:background="@drawable/clear" android:layout_width="fill_parent" android:layout_height="@dimen/city_search_result_height_top" />
</LinearLayout>