From 231bd6292acfe8a1569baa1387542109a7f4300b Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 23 Jun 2022 12:13:56 +0200 Subject: [PATCH] Remove empty textStyle properties Signed-off-by: Johannes Marbach --- vector/src/main/res/layout/item_pushgateway.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/vector/src/main/res/layout/item_pushgateway.xml b/vector/src/main/res/layout/item_pushgateway.xml index c9a63e3335..afc40e5b7a 100644 --- a/vector/src/main/res/layout/item_pushgateway.xml +++ b/vector/src/main/res/layout/item_pushgateway.xml @@ -32,7 +32,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="16dp" - android:textStyle="" tools:text="im.vector.app.android" /> + android:layout_marginBottom="16dp" />