From c1590bf7b909fb4f28132d95d591afb5f14c581d Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Fri, 9 Oct 2020 00:01:18 -0700 Subject: [PATCH] Fix inconsistent USB preference screen title The title of the USB preference screen ("USB Preferences") is inconsistent in several ways: 1. It doesn't match the title of the preference that launches it 2. No other preference screens say "preferences" in their title, since it's redundant 3. It violates the Material text conventions, which prefer to not capitalize titles in the UI This commit changes it to "USB", which fixes all of the inconsistencies listed above. Change-Id: I7330a9e4e121d57ee2140ef60aefb4412b1fe728 --- res/xml/usb_details_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/usb_details_fragment.xml b/res/xml/usb_details_fragment.xml index 96a449b5dd4..c9889e5e7bc 100644 --- a/res/xml/usb_details_fragment.xml +++ b/res/xml/usb_details_fragment.xml @@ -17,7 +17,7 @@