aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-10-05 15:58:42 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-10-05 16:52:18 -0700
commit50262fac4e67c27bfb9cea7778ef8de1458871e3 (patch)
tree434b7a0027317919700e9309909f7f7673d8d6a0
parent8b78652c17d9d5f5d71d5a1d5b740fc70714dfb5 (diff)
downloadconnectbot-50262fac4e67c27bfb9cea7778ef8de1458871e3.tar.gz
connectbot-50262fac4e67c27bfb9cea7778ef8de1458871e3.tar.bz2
connectbot-50262fac4e67c27bfb9cea7778ef8de1458871e3.zip
Lint errors.
-rw-r--r--app/src/main/java/org/connectbot/HostEditorFragment.java1
-rw-r--r--app/src/main/res/layout/fragment_host_editor.xml10
2 files changed, 8 insertions, 3 deletions
diff --git a/app/src/main/java/org/connectbot/HostEditorFragment.java b/app/src/main/java/org/connectbot/HostEditorFragment.java
index 0312f5d..b5555a6 100644
--- a/app/src/main/java/org/connectbot/HostEditorFragment.java
+++ b/app/src/main/java/org/connectbot/HostEditorFragment.java
@@ -39,7 +39,6 @@ import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.SeekBar;
import android.widget.Spinner;
-import android.widget.Switch;
import android.widget.TextView;
import org.connectbot.bean.HostBean;
diff --git a/app/src/main/res/layout/fragment_host_editor.xml b/app/src/main/res/layout/fragment_host_editor.xml
index cd27788..5e809d8 100644
--- a/app/src/main/res/layout/fragment_host_editor.xml
+++ b/app/src/main/res/layout/fragment_host_editor.xml
@@ -19,13 +19,13 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
tools:context="org.connectbot.HostEditorFragment"
>
<LinearLayout
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:orientation="vertical"
>
@@ -291,6 +291,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
/>
</RelativeLayout>
@@ -313,6 +314,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
/>
</RelativeLayout>
@@ -335,6 +337,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
/>
</RelativeLayout>
@@ -355,6 +358,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
/>
</RelativeLayout>
@@ -375,6 +379,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
/>
</RelativeLayout>
@@ -395,6 +400,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
/>
</RelativeLayout>