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

12 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/widgetLayout" android:descendantFocusability="beforeDescendants" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/backgroundLayer" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="15.0dip" android:src="@drawable/loading_bg2" android:scaleType="fitXY" />
<ImageView android:id="@id/faceLayer" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="15.0dip" android:scaleType="fitCenter" />
<RelativeLayout android:layout_gravity="center_horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/org3_clock_4x2_mask_margin_bottom">
<FrameLayout android:id="@id/widget_hour" android:layout_width="@dimen/org3_clock_4x2_mask_width" android:layout_height="@dimen/org3_clock_4x2_mask_height" />
<FrameLayout android:id="@id/widget_minute" android:layout_width="@dimen/org3_clock_4x2_mask_width" android:layout_height="@dimen/org3_clock_4x2_mask_height" android:layout_marginLeft="16.0dip" android:layout_toRightOf="@id/widget_hour" />
</RelativeLayout>
<TextView android:textSize="18.0dip" android:textColor="@android:color/white" android:layout_gravity="center" android:id="@id/messageLayer" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="40.0dip" android:text="@string/loading_skin_firsttime" />
<include android:id="@id/Hotspot" layout="@layout/hotspot_5pic" />
</FrameLayout>