b/5100120 Widget: Added bottom border and scroll fade
Change-Id: Ief1e0f952d7222fa648885bbc135bac71899dcd8
diff --git a/res/layout/appwidget.xml b/res/layout/appwidget.xml
index 04913ef..dae3cf1 100644
--- a/res/layout/appwidget.xml
+++ b/res/layout/appwidget.xml
@@ -18,6 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingBottom="6dip"
android:orientation="vertical"
android:focusable="true"
android:clickable="true"
@@ -54,7 +55,6 @@
android:layout_weight="1"
android:layout_marginRight="6dip"
android:layout_marginLeft="6dip"
- android:fadingEdge="none"
android:divider="@null"
android:dividerHeight="3dip"
android:cacheColorHint="@null" />