summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
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>