diff options
author | Thomas Martitz <kugel@rockbox.org> | 2011-02-26 21:00:38 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2011-02-26 21:00:38 +0000 |
commit | f1e3f5e6c4fd511153937766c9c8034957df4f65 (patch) | |
tree | 949f4e0d1278f4c6cbdb9afbb6cc0c4063eb2baa /android/src/org/rockbox/widgets | |
parent | 194acc68a8111b4a93df6be245dc8f0fdb729ef0 (diff) |
Android: Add a 3x3 sized widget.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29409 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/src/org/rockbox/widgets')
-rw-r--r-- | android/src/org/rockbox/widgets/RockboxWidgetProvider3x3.java | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/android/src/org/rockbox/widgets/RockboxWidgetProvider3x3.java b/android/src/org/rockbox/widgets/RockboxWidgetProvider3x3.java new file mode 100644 index 0000000000..1dc8f40150 --- /dev/null +++ b/android/src/org/rockbox/widgets/RockboxWidgetProvider3x3.java @@ -0,0 +1,27 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2011 Antoine Cellerier <dionoea at videolan dot org> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +package org.rockbox.widgets; + +public class RockboxWidgetProvider3x3 extends RockboxWidgetProvider +{ + +} |