From 67ef49248da7efad391a000c8b0956f06f7cdd3c Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 5 Apr 2019 09:40:28 +0800 Subject: [PATCH] Refine code style --- mobile/src/main/res/layout/listitem_manage.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/src/main/res/layout/listitem_manage.xml b/mobile/src/main/res/layout/listitem_manage.xml index 277064e5..4451ae05 100644 --- a/mobile/src/main/res/layout/listitem_manage.xml +++ b/mobile/src/main/res/layout/listitem_manage.xml @@ -2,7 +2,6 @@ - @@ -42,7 +41,7 @@ android:id="@+id/offloadEnabled" android:layout_width="match_parent" android:layout_height="wrap_content" - android:visibility="@{data.offloadEnabled ? View.VISIBLE : View.GONE}" + android:visibility="@{data.offloadEnabled}" android:text="@string/tethering_manage_offload_enabled"/>