From 3a0e5742a9c3ec0e6bcfca02cff4dd6d8ba70506 Mon Sep 17 00:00:00 2001 From: Yanting Yang Date: Fri, 14 Jun 2019 18:45:12 +0800 Subject: [PATCH] Fix bulleted list 2nd align issue in reset dialog Bullet
  • was impacted by the spaces and newlines from string. Tweak multi-lines to one line to correct the 2nd lines alignment. Fixes: 132335156 Test: visual Change-Id: I5af32cf373c7702d5fc8891a06c2cdffc6a01e0a --- res/values/strings.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 83c3113e333..7e92c4d8c6f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4354,13 +4354,7 @@ Reset app preferences? - This will reset all preferences for:\n\n -
  • Disabled apps
  • \n -
  • Disabled app notifications
  • \n -
  • Default applications for actions
  • \n -
  • Background data restrictions for apps
  • \n -
  • Any permission restrictions
  • \n\n - You will not lose any app data. + This will reset all preferences for:\n\n
  • Disabled apps
  • \n
  • Disabled app notifications
  • \n
  • Default applications for actions
  • \n
  • Background data restrictions for apps
  • \n
  • Any permission restrictions
  • \n\nYou will not lose any app data.
    Reset apps