Set height to 56dp
This commit is contained in:
parent
26bba697cb
commit
4fddddec9e
2 changed files with 4 additions and 4 deletions
|
|
@ -24,8 +24,8 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center">
|
||||
|
||||
|
|
|
|||
|
|
@ -73,9 +73,9 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
|
|||
<dimen name="app_widget_big_min_width">250dp</dimen>
|
||||
<dimen name="app_widget_big_min_height">110dp</dimen>
|
||||
|
||||
<dimen name="app_widget_card_image_size">48dp</dimen>
|
||||
<dimen name="app_widget_card_image_size">56dp</dimen>
|
||||
<dimen name="app_widget_card_min_width">250dp</dimen>
|
||||
<dimen name="app_widget_card_min_height">56dp</dimen>
|
||||
<dimen name="app_widget_card_min_height">64dp</dimen>
|
||||
<dimen name="app_widget_card_buttons_width">128dp</dimen>
|
||||
<dimen name="app_widget_card_radius">2dp</dimen>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue