summaryrefslogtreecommitdiff
path: root/same-android/res
diff options
context:
space:
mode:
authorKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-06 14:49:33 +0100
committerKjetil Ørbekk <kjetil.orbekk@gmail.com>2012-03-06 14:49:33 +0100
commit64f187d46f8ac97e4cfb400f52562f8bb53275be (patch)
treed36197ee39cd674eeb8e4527caf25f36f9afd5e0 /same-android/res
parentdef938c015f0712cb129ca52f844360f9cb7ea6b (diff)
Better network list on Android.
Diffstat (limited to 'same-android/res')
-rw-r--r--same-android/res/layout/network_list_item.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/same-android/res/layout/network_list_item.xml b/same-android/res/layout/network_list_item.xml
new file mode 100644
index 0000000..10219fb
--- /dev/null
+++ b/same-android/res/layout/network_list_item.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
+ <TextView
+ android:id="@+id/network_name_text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
+
+ <TextView
+ android:id="@+id/master_url_text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall" />
+
+</LinearLayout> \ No newline at end of file