Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Add widget preview images
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Mar 24, 2013
1 parent 8aba82f commit 6ffa5fa
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 0 deletions.
Binary file added res/drawable-hdpi/preview_widget_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/preview_widget_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/preview_widget_four_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/preview_widget_four_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/preview_widget_four_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/preview_widget_one_cell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions res/xml/four_long_widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
android:minWidth="250dip"
android:minHeight="40dip"
android:initialLayout="@layout/four_long_widget"
android:previewImage="@drawable/preview_widget_four_long"
android:resizeMode="horizontal|vertical" />
1 change: 1 addition & 0 deletions res/xml/four_square_widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
android:minWidth="110dip"
android:minHeight="110dip"
android:initialLayout="@layout/four_square_widget"
android:previewImage="@drawable/preview_widget_four_square"
android:resizeMode="horizontal|vertical" />
1 change: 1 addition & 0 deletions res/xml/four_white_widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
android:minWidth="250dip"
android:minHeight="40dip"
android:initialLayout="@layout/four_white_widget"
android:previewImage="@drawable/preview_widget_four_white"
android:resizeMode="horizontal|vertical" />
1 change: 1 addition & 0 deletions res/xml/one_cell_widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
android:minWidth="40dip"
android:minHeight="40dip"
android:initialLayout="@layout/one_cell_widget"
android:previewImage="@drawable/preview_widget_one_cell"
android:resizeMode="horizontal|vertical" />
1 change: 1 addition & 0 deletions res/xml/widget_d.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
android:minWidth="110dip"
android:minHeight="110dip"
android:initialLayout="@layout/widget_d"
android:previewImage="@drawable/preview_widget_d"
android:resizeMode="horizontal|vertical" />
1 change: 1 addition & 0 deletions res/xml/widget_e.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
android:minWidth="250dip"
android:minHeight="40dip"
android:initialLayout="@layout/widget_e"
android:previewImage="@drawable/preview_widget_e"
android:resizeMode="horizontal|vertical" />

0 comments on commit 6ffa5fa

Please sign in to comment.