Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f31b4ae4 authored by Justin Ho's avatar Justin Ho Committed by Android (Google) Code Review
Browse files

Merge "Updated Contacts widget dimens Bug: 5278970"

parents b2ef6d86 9877d970
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
 <!-- It is enough to update once per day, as the widget watches the database for changes -->
 
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
    android:minWidth="294dip"
    android:minHeight="72dip"
    android:minWidth="260dip"
    android:minHeight="40dip"
    android:updatePeriodMillis="86400000"
    android:initialLayout="@layout/social_widget"
    android:previewImage="@drawable/contacts_widget_preview"