diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-12-28 13:56:45 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-12-28 13:56:45 +0100 |
commit | 2dde271d7058e989fccbee3d2e9c09ee3cc77b27 (patch) | |
tree | f6b418c5bc6cc26d9de961bce77261dcb6b943c3 /res/layout/file_dialog.xml | |
parent | 59d82987c594cf6cbf9e1fb9cd0be222fec81b16 (diff) |
lint fixes
--HG--
extra : rebase_source : 3255789b1dc3b39dddf101f46ac78d68b01ec5e4
Diffstat (limited to 'res/layout/file_dialog.xml')
-rw-r--r-- | res/layout/file_dialog.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/file_dialog.xml b/res/layout/file_dialog.xml index 8e07ce31..12abe497 100644 --- a/res/layout/file_dialog.xml +++ b/res/layout/file_dialog.xml @@ -6,6 +6,7 @@ <LinearLayout android:id="@+id/fragment_place" + android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" > </LinearLayout> |