1
0
mirror of https://github.com/moparisthebest/SSLDroid synced 2024-08-13 15:53:46 -04:00
SSLDroid/res/layout/tunnel_list_item.xml
Balint Kovacs 422b11fdef Heavy refactoring, implemented proper GUI
Migrated settings to be sqlite-based and the GUI to be based on
ListActivity

Signed-off-by: Balint Kovacs <blint@blint.hu>
2011-04-20 18:10:34 +02:00

15 lines
849 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content" android:orientation="vertical"
android:gravity="left|center_vertical" android:layout_width="fill_parent"
android:padding="10dip">
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Tunnel Nickname" android:layout_alignParentTop="true"
android:layout_alignParentLeft="true" android:id="@+id/text1"/>
<!-- <TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceSmall"
android:text="Local port 8080 to 192.168.1.1:80" android:layout_below="@+id/text1" android:id="@+id/text2"/> -->
</RelativeLayout>