diff options
| -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">  | 
