From da5349a6bd1ae7f7d9b8d7485b08f025cb0a5fb9 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Tue, 9 Sep 2014 11:20:58 +0200 Subject: [PATCH] WeatherInformation Android: specific layout improvements --- Android/WeatherInformation/res/layout/weather_specific_fragment.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/Android/WeatherInformation/res/layout/weather_specific_fragment.xml b/Android/WeatherInformation/res/layout/weather_specific_fragment.xml index bf2102d..71f22d8 100644 --- a/Android/WeatherInformation/res/layout/weather_specific_fragment.xml +++ b/Android/WeatherInformation/res/layout/weather_specific_fragment.xml @@ -363,6 +363,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom|start" + android:layout_margin="10dp" android:fadingEdge="none" android:scrollbars="horizontal|none" > -- 2.1.4