aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-port
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-09-04 14:29:34 -0700
committerKenny Root <kenny@the-b.org>2015-09-04 14:29:34 -0700
commitfb57d4914a56a7bbe8606761958a4f51946f0d9c (patch)
tree09a011326d0583120e543ab49bac80cfb2ac208e /app/src/main/res/layout-port
parentcea778bec3db47913567660a17185c3e61bd1df2 (diff)
parentecf0d1459a1544e989774fd9ddab32138905f28e (diff)
downloadconnectbot-fb57d4914a56a7bbe8606761958a4f51946f0d9c.tar.gz
connectbot-fb57d4914a56a7bbe8606761958a4f51946f0d9c.tar.bz2
connectbot-fb57d4914a56a7bbe8606761958a4f51946f0d9c.zip
Merge pull request #185 from khorimoto/host-list-item
Style the host list items with material design.
Diffstat (limited to 'app/src/main/res/layout-port')
-rw-r--r--app/src/main/res/layout-port/item_host.xml57
1 files changed, 0 insertions, 57 deletions
diff --git a/app/src/main/res/layout-port/item_host.xml b/app/src/main/res/layout-port/item_host.xml
deleted file mode 100644
index 7ee7f0a..0000000
--- a/app/src/main/res/layout-port/item_host.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * ConnectBot: simple, powerful, open-source SSH client for Android
- * Copyright 2007 Kenny Root, Jeffrey Sharkey
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
-
-<RelativeLayout android:id="@android:id/content"
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:padding="10dip"
- >
-
- <ImageView
- android:id="@android:id/icon"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:contentDescription="@string/image_description_connected"
- android:paddingTop="5dip"
- android:src="@drawable/connected"
- />
-
- <TextView
- android:id="@android:id/text1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:ellipsize="end"
- android:paddingRight="20dip"
- android:singleLine="true"
- android:textAppearance="?android:attr/textAppearanceLarge"
- />
-
- <TextView
- android:id="@android:id/text2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@android:id/text1"
- android:textAppearance="?android:attr/textAppearanceSmall"
- />
-
-
-</RelativeLayout> \ No newline at end of file