From 4b16a908704e32114e7893ca2a107d03a5d73e82 Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Sun, 23 Dec 2018 15:34:45 -0600 Subject: [PATCH] Fix nodes dialog's node text style. --- app/src/main/res/layout/item_node.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_node.xml b/app/src/main/res/layout/item_node.xml index bb86a7c..beb35be 100644 --- a/app/src/main/res/layout/item_node.xml +++ b/app/src/main/res/layout/item_node.xml @@ -22,7 +22,6 @@ android:layout_marginStart="2dp" tools:text="de.palmpayisthebestappinthefreakingworld.io/ws (123ms)" android:ellipsize="middle" - android:singleLine="true" - android:textAppearance="@style/TextAppearance.Bitsy.Body1"/> + android:singleLine="true"/> \ No newline at end of file