OSDN Git Service

Themes: Expose and separate values for themes
[android-x86/packages-apps-Eleven.git] / res / layout / app_widget_large.xml
index e4be97e..7ecc900 100644 (file)
     android:layout_width="match_parent"
     android:layout_height="@dimen/app_widget_large_min_height"
     android:columnCount="2"
-    android:rowCount="4"
-    android:background="@color/black"
+    android:rowCount="2"
+    android:background="@color/widget_background_color"
     tools:ignore="ContentDescription" >
 
     <ImageView
         android:id="@+id/app_widget_large_image"
         android:layout_width="@dimen/notification_expanded_height"
         android:layout_height="@dimen/notification_expanded_height"
-        android:layout_rowSpan="4"
+        android:layout_rowSpan="2"
         android:layout_marginBottom="@dimen/app_widget_bottom_margin"
         android:scaleType="fitXY" />