~humpolec-team/humpolec/UbuntuInstaller-refactor

« back to all changes in this revision

Viewing changes to res/menu/installer_menu.xml

  • Committer: Ondrej Kubik
  • Date: 2013-12-12 02:02:35 UTC
  • Revision ID: ondrej.kubik@canonical.com-20131212020235-ipkk7w5yh248anxr
New UI with two views
added progress bars for download and install
added uninstall
several usecases improvement

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
 
2
 
 
3
    <item
 
4
        android:id="@+id/action_settings"
 
5
        android:orderInCategory="100"
 
6
        android:showAsAction="never"
 
7
        android:title="@string/action_settings"/>
 
8
    <item
 
9
        android:id="@+id/action_delete_download"
 
10
        android:orderInCategory="100"
 
11
        android:showAsAction="never"
 
12
        android:title="@string/action_detele_download"/>
 
13
 
 
14
</menu>