ProfileList: remove generated config from UI
It was only there for developing the parser. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
4b401a368f
commit
d0bf3b6b32
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user