by Andrew Terekhine » Tue Jul 20, 2010 8:40 pm
Please check #41 for the new actions/buttons.
We've added the following actions/buttons:
Rewind/fastforward 15 seconds, 1, 2, 3 minutes
Rewind/fastforward with user customized value (in options)
Goto input box
Select skin
List of bookmarks will be available in #42
Each of them can be added to the menu using menu > options > menu (drag and drop plus enable/disable)
or used in custom xml skin. Here is the example for skin selector action:
<ImageButton
id="@+id/id_button_select_skin"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight = "1"
select_skin = "NewDesign.xml"
/>