From d0bf3b6b320f2beea79fce284b02747617e5e291 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Fri, 4 Aug 2017 00:40:43 -0500 Subject: [PATCH] ProfileList: remove generated config from UI It was only there for developing the parser. Signed-off-by: Jason A. Donenfeld --- app/src/main/res/layout/profile_list_item.xml | 6 ------ 1 file changed, 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}" /> - -