diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 15:22:01 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-01-27 15:22:01 +0100 |
commit | ddf8f5c3ba2a245f8004c160a53c718ef77245fb (patch) | |
tree | a62a664d641366439a7fc0d4d28e02370a5b3054 /main | |
parent | c17342b3a53845b379ce7171f095a3a880c98b98 (diff) |
Fix log layout
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/res/layout/log_fragment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/main/res/layout/log_fragment.xml b/main/src/main/res/layout/log_fragment.xml index 4fec942e..491882a9 100644 --- a/main/src/main/res/layout/log_fragment.xml +++ b/main/src/main/res/layout/log_fragment.xml @@ -13,6 +13,7 @@ <LinearLayout android:background="@drawable/white_rect" android:elevation="1dp" + android:orientation="vertical" android:layout_height="wrap_content" android:layout_width="match_parent"> |