diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2015-02-15 19:26:46 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2015-02-15 19:26:46 +0100 |
| commit | f35ca2426bd02a18de2f83b84d2830ba05109f33 (patch) | |
| tree | 3d15d8c0e83dbf1b68e9fe7ee6305acb312a3d01 /main/res/menu/images_list_context.xml | |
| parent | b108f2aded11884b809618f876ee2f2b474df86c (diff) | |
| download | cgeo-f35ca2426bd02a18de2f83b84d2830ba05109f33.zip cgeo-f35ca2426bd02a18de2f83b84d2830ba05109f33.tar.gz cgeo-f35ca2426bd02a18de2f83b84d2830ba05109f33.tar.bz2 | |
refactoring: auto-format menu declarations
Diffstat (limited to 'main/res/menu/images_list_context.xml')
| -rw-r--r-- | main/res/menu/images_list_context.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/res/menu/images_list_context.xml b/main/res/menu/images_list_context.xml index 8d3869b..8f3d6b6 100644 --- a/main/res/menu/images_list_context.xml +++ b/main/res/menu/images_list_context.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto"> + xmlns:app="http://schemas.android.com/apk/res-auto" > <item android:id="@+id/image_open_file" - app:showAsAction="ifRoom|withText" - android:title="@string/cache_image_open_file"> + android:title="@string/cache_image_open_file" + app:showAsAction="ifRoom|withText"> </item> <item android:id="@+id/image_open_browser" - app:showAsAction="ifRoom|withText" - android:title="@string/cache_image_open_browser"> + android:title="@string/cache_image_open_browser" + app:showAsAction="ifRoom|withText"> </item> </menu>
\ No newline at end of file |
