1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Default hide documentation section in confirm activity. Remove some unused imports.

This commit is contained in:
Sander Bogaert 2012-04-28 14:10:40 +02:00 committed by Andrew Chen
parent b7673fc481
commit b42e06fd9d
3 changed files with 2 additions and 5 deletions

View File

@ -160,7 +160,8 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/confirm_serverbrowse_buttons"
android:layout_marginTop="8dp" >
android:layout_marginTop="8dp"
android:visibility="gone" >
<TextView
android:id="@+id/server_documentation_header"

View File

@ -30,7 +30,6 @@ import com.fsck.k9.helper.configxmlparser.AutoconfigInfo.ServerType;
import com.fsck.k9.helper.configxmlparser.AutoconfigInfo.SocketType;
import com.fsck.k9.helper.configxmlparser.AutoconfigInfo.Server;
import com.fsck.k9.helper.configxmlparser.AutoconfigInfo.InformationBlock;
import org.w3c.dom.Text;
import java.util.List;

View File

@ -8,12 +8,9 @@ package com.fsck.k9.activity.setup;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import com.fsck.k9.Account;
import com.fsck.k9.K9;
import com.fsck.k9.helper.configxmlparser.AutoconfigInfo;
import com.fsck.k9.helper.configxmlparser.AutoconfigInfo.ServerType;
import org.apache.http.conn.scheme.Scheme;
import java.io.UnsupportedEncodingException;
import java.net.URI;