From 9ec141a44fa8667dec22b84b0c8847e8aed8abad Mon Sep 17 00:00:00 2001 From: GaidamakUA Date: Fri, 26 Feb 2016 12:18:05 +0200 Subject: [PATCH] Fixed formatting and tiny bug fix. --- OsmAnd/res/layout/fragment_reports.xml | 99 +++++++++++++------------- 1 file changed, 50 insertions(+), 49 deletions(-) diff --git a/OsmAnd/res/layout/fragment_reports.xml b/OsmAnd/res/layout/fragment_reports.xml index a16fd36929..fd6083a386 100644 --- a/OsmAnd/res/layout/fragment_reports.xml +++ b/OsmAnd/res/layout/fragment_reports.xml @@ -1,74 +1,74 @@ - + tools:context="net.osmand.plus.liveupdates.ReportsFragment"> - + + android:columnCount="2"> + android:gravity="center_vertical" + android:minHeight="48dp" + android:orientation="horizontal"> - + android:textColor="?android:textColorPrimary"/> + + android:id="@+id/show_all" + style="@style/DashboardGeneralButton" + android:text="@string/shared_string_all" + osmand:textAllCapsCompat="true" + osmand:typeface="@string/font_roboto_medium"/> + android:background="?attr/dashboard_divider"/> + android:src="@drawable/ic_action_data"/> + android:gravity="center_vertical"/> + android:background="?attr/dashboard_divider"/> + android:src="@drawable/ic_world_globe_dark"/> + android:orientation="vertical"> + android:textSize="@dimen/default_sub_text_size"/> + tools:text="Worldwide"/> + android:background="?attr/dashboard_divider"/> + android:layout_columnSpan="2"/> + android:src="@drawable/ic_group"/> + android:orientation="vertical"> + android:textSize="@dimen/default_sub_text_size"/> + android:textColor="?android:textColorPrimary"/> + android:background="?attr/dashboard_divider"/> + android:src="@drawable/ic_world_globe_dark"/> + android:orientation="vertical"> + android:textSize="@dimen/default_sub_text_size"/> + android:textColor="?android:textColorPrimary"/> + android:src="@drawable/ic_action_message"/> + android:orientation="vertical"> + android:textSize="@dimen/default_sub_text_size"/> + android:textColor="?android:textColorPrimary"/> + android:background="?attr/dashboard_divider"/> + android:src="@drawable/ic_group"/> + android:orientation="vertical"> + android:textSize="@dimen/default_sub_text_size"/> + android:textColor="?android:textColorPrimary"/> - + + \ No newline at end of file