diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout/widget_small.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/widget_small.xml b/res/layout/widget_small.xml index e0948a11..552625c0 100644 --- a/res/layout/widget_small.xml +++ b/res/layout/widget_small.xml @@ -13,7 +13,7 @@ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
- android:paddingTop="4dp"
+ android:paddingTop="2dp"
android:src="@drawable/icon" />
<TextView
|