diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-03-12 18:33:42 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-03-12 18:33:42 +0100 |
| commit | 787597e75d704a347ce348b546a35dc7120da3ce (patch) | |
| tree | 77e9c7efa0fff7392b7fdd5fdce85018eb063f86 /main/res/layout/attribute_image.xml | |
| parent | 440101b73ce76bf8c0066dd3fead4813da623cf0 (diff) | |
| download | cgeo-787597e75d704a347ce348b546a35dc7120da3ce.zip cgeo-787597e75d704a347ce348b546a35dc7120da3ce.tar.gz cgeo-787597e75d704a347ce348b546a35dc7120da3ce.tar.bz2 | |
refactoring: reformat all layout sources
* preparation for extracting the toolbar
Diffstat (limited to 'main/res/layout/attribute_image.xml')
| -rw-r--r-- | main/res/layout/attribute_image.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/main/res/layout/attribute_image.xml b/main/res/layout/attribute_image.xml index d2faa17..f68aef4 100644 --- a/main/res/layout/attribute_image.xml +++ b/main/res/layout/attribute_image.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/attribute_images" - android:layout_width="wrap_content" - android:layout_height="wrap_content" > - <ImageView android:id="@+id/attribute_image" - android:layout_height="32dp" - android:layout_width="32dp" /> -</FrameLayout> + android:id="@+id/attribute_images" + android:layout_width="wrap_content" + android:layout_height="wrap_content" > + + <ImageView + android:id="@+id/attribute_image" + android:layout_width="32dp" + android:layout_height="32dp" /> + +</FrameLayout>
\ No newline at end of file |
