Added big app widget.

This commit is contained in:
Karim Abou Zeid 2016-04-04 15:35:12 +02:00
commit 14204d1789
14 changed files with 381 additions and 18 deletions

View file

@ -69,4 +69,7 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
<dimen name="app_widget_small_min_width">250dp</dimen>
<dimen name="app_widget_small_min_height">40dp</dimen>
<dimen name="app_widget_big_min_width">250dp</dimen>
<dimen name="app_widget_big_min_height">110dp</dimen>
</resources>

View file

@ -245,6 +245,7 @@
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="listing_files">Listing files</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="app_widget_big_name">Phonograph - Big</string>
<string name="app_widget_classic_name">Phonograph - Classic</string>
<string name="app_widget_small_name">Phonograph - Small</string>
</resources>