From 1a0b0092e0deba07b7dcb543a837fbc116584389 Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Thu, 30 Sep 2010 15:39:22 -0700 Subject: [PATCH] Add "Clear WebView cache" button to debug preference Change-Id: I317b57cb06b071f9574077b58998aafcb5e0dff8 --- res/layout/debug.xml | 32 +++++++++++-------- res/values/strings.xml | 2 ++ .../email/activity/setup/DebugFragment.java | 26 ++++++++++++++- 3 files changed, 46 insertions(+), 14 deletions(-) diff --git a/res/layout/debug.xml b/res/layout/debug.xml index af67b2634..471438275 100644 --- a/res/layout/debug.xml +++ b/res/layout/debug.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -20,17 +20,17 @@ android:layout_height="wrap_content" > + android:id="@+id/version" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/debug_version_fmt" + /> + android:id="@+id/debug_logging" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/debug_enable_debug_logging_label" + /> - +