mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-14 21:15:09 -05:00
422b11fdef
Migrated settings to be sqlite-based and the GUI to be based on ListActivity Signed-off-by: Balint Kovacs <blint@blint.hu>
15 lines
849 B
XML
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>
|
|
|