summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-04 00:40:43 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-04 00:40:43 -0500
commitd0bf3b6b320f2beea79fce284b02747617e5e291 (patch)
tree3f1f62da1c322c62ac00179b3e1e272ecaf5fe0e /app
parent4b401a368fefa2099a3e33d9c4b7a9fb05dd35c4 (diff)
ProfileList: remove generated config from UI
It was only there for developing the parser. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/profile_list_item.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/layout/profile_list_item.xml b/app/src/main/res/layout/profile_list_item.xml
index 97b7273f..10d0c14b 100644
--- a/app/src/main/res/layout/profile_list_item.xml
+++ b/app/src/main/res/layout/profile_list_item.xml
@@ -29,11 +29,5 @@
android:text="@{item.isConnected ? @string/connected : @string/disconnected}"
android:textAlignment="textEnd"
android:textColor="@{item.isConnected ? @android:color/holo_green_dark : @android:color/holo_red_dark}" />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/profile_name"
- android:text="@{item.toString()}" />
</RelativeLayout>
</layout>