Added a small widget.
This commit is contained in:
parent
e9ee47fbcc
commit
ff41a67448
9 changed files with 367 additions and 12 deletions
|
|
@ -64,4 +64,9 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
|
|||
<dimen name="app_widget_classic_min_width">250dp</dimen>
|
||||
<dimen name="app_widget_classic_min_height">40dp</dimen>
|
||||
|
||||
<dimen name="app_widget_small_button_height">48dp</dimen>
|
||||
<dimen name="app_widget_small_image_size">48dp</dimen>
|
||||
<dimen name="app_widget_small_min_width">250dp</dimen>
|
||||
<dimen name="app_widget_small_min_height">40dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -246,4 +246,5 @@
|
|||
<string name="listing_files">Listing files</string>
|
||||
<string name="new_start_directory">%s is the new start directory.</string>
|
||||
<string name="app_widget_classic_name">Phonograph - Classic</string>
|
||||
<string name="app_widget_small_name">Phonograph - Small</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue