From a0f379adc1b96cc47d25db0a223d4975a4f743ce Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Mon, 10 Dec 2012 09:00:32 +0100 Subject: Remove extraneous layout level The LinearLayout is always made visible during the initialization, and serves no purpose as it is included in a very same layout with similar properties. --- main/res/layout/popup.xml | 63 +++++++++++++++----------------- main/src/cgeo/geocaching/CachePopup.java | 2 - 2 files changed, 29 insertions(+), 36 deletions(-) diff --git a/main/res/layout/popup.xml b/main/res/layout/popup.xml index bf266e1..daa888f 100644 --- a/main/res/layout/popup.xml +++ b/main/res/layout/popup.xml @@ -41,40 +41,35 @@ android:id="@+id/more_details" android:text="@string/popup_more" /> - - - - - - -