From 209d9ff4965847cc4134f4d0da8cf2f88e31eb35 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Wed, 11 Jul 2018 11:44:51 -0700 Subject: [PATCH] Clean up: remove preference_category_no_title. We already have a custom category layout that does the same thing. Test: visual Change-Id: Ice6daea8b2d9a14e9b013cf4175ce00f5ab1cc8d --- res/layout/preference_category_no_title.xml | 27 --------------------- res/xml/power_usage_summary.xml | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 res/layout/preference_category_no_title.xml diff --git a/res/layout/preference_category_no_title.xml b/res/layout/preference_category_no_title.xml deleted file mode 100644 index d4704bdc4ed..00000000000 --- a/res/layout/preference_category_no_title.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - diff --git a/res/xml/power_usage_summary.xml b/res/xml/power_usage_summary.xml index d8003dfd1dd..4ff67b7650d 100644 --- a/res/xml/power_usage_summary.xml +++ b/res/xml/power_usage_summary.xml @@ -28,7 +28,7 @@ + android:layout="@layout/preference_category_no_label" />