mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 15:36:04 +00:00
- All committed to main
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:background="@android:color/black"
|
||||
tools:layout_height="160dp">
|
||||
tools:layout_height="110dp">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -137,14 +137,14 @@
|
||||
|
||||
<GridView
|
||||
android:id="@+id/widget_listview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/central"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerInParent="true"
|
||||
android:adjustViewBounds="true"
|
||||
android:numColumns="5"
|
||||
tools:listitem="@layout/widget_item">
|
||||
|
||||
</GridView>
|
||||
tools:listitem="@layout/widget_item"/>
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -3,8 +3,9 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/widget_item_layout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="82dp"
|
||||
android:orientation="vertical">
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:minHeight="55dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/widget_item_day"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
android:minResizeWidth="350.0dp"
|
||||
android:minResizeHeight="110.0dp"
|
||||
android:previewImage="@drawable/widget_screenshot"
|
||||
android:updatePeriodMillis="3600000"
|
||||
android:updatePeriodMillis="1800000"
|
||||
android:resizeMode="vertical"
|
||||
android:widgetCategory="home_screen">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user