summaryrefslogtreecommitdiff
path: root/logcat/resources
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2022-01-19 12:04:23 -0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-01-20 16:46:31 +0000
commit7c2312395e04b3741d4e99441ab0e0128765f9d6 (patch)
tree31e4b70e2a0c2950a95ce5018427df7458f9fb85 /logcat/resources
parent977f1babcb7cc6dec0a4128ec17486c4deb84df3 (diff)
downloadidea-7c2312395e04b3741d4e99441ab0e0128765f9d6.tar.gz
Change Logcat Formatting Action to a Picker
Per mocks: https://www.figma.com/proto/6now1ljuRbAHhvfU6sOvPD/Logcat?node-id=552%3A166163&scaling=min-zoom&page-id=455%3A102764&starting-point-node-id=485%3A132868&show-proto-sidebar=1 Changes from the mocks: * Also adds 'Custom View' item. * Modify views will be added later Bug: 191880898 Test: Added Change-Id: I4a585fe3531df25047ce950d2a8db609c90beecc
Diffstat (limited to 'logcat/resources')
-rw-r--r--logcat/resources/messages/LogcatBundle.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/logcat/resources/messages/LogcatBundle.properties b/logcat/resources/messages/LogcatBundle.properties
index 16cf8067198..b835b5e9f3a 100644
--- a/logcat/resources/messages/LogcatBundle.properties
+++ b/logcat/resources/messages/LogcatBundle.properties
@@ -1,5 +1,4 @@
logcat.header.options.title=Header Format
-logcat.header.options.description=Configure header formatting options
logcat.header.options.timestamp.title=Timestamp
logcat.header.options.timestamp.show=Show timestamp
@@ -21,6 +20,11 @@ logcat.header.options.packages.show=Show package names
logcat.header.options.packages.show.repeated=Show repeated package names
logcat.header.options.packages.width=Package column width:
+logcat.format.action.description=Configure Logcat formatting options
+logcat.format.action.standard=Standard View
+logcat.format.action.compact=Compact View
+logcat.format.action.custom=Custom View
+
logcat.scroll.to.end.text=Scroll to the end. Clicking on a particular line stops scrolling and keeps that line visible.
logcat.clear.log.title=Clear Logcat