diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
| commit | d2d92f04608e0877a648b08e36e8c6155a8947d3 (patch) | |
| tree | 8de080bfc067bdf69c3f4003610e6344bb98b055 /main/res/menu/settings_activity_options.xml | |
| parent | c2fc75e67cb016ad1884816d5fe432063488359a (diff) | |
| download | cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2 | |
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'main/res/menu/settings_activity_options.xml')
| -rw-r--r-- | main/res/menu/settings_activity_options.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/res/menu/settings_activity_options.xml b/main/res/menu/settings_activity_options.xml index ba75f91..d2baf9b 100644 --- a/main/res/menu/settings_activity_options.xml +++ b/main/res/menu/settings_activity_options.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" > + <item android:id="@+id/menu_clear" android:icon="@drawable/ic_menu_delete" android:title="@string/init_clear"> </item> + </menu>
\ No newline at end of file |
