Chromium Code Reviews| Index: chrome/android/java/res/xml/single_object_preferences.xml |
| diff --git a/chrome/android/java/res/xml/single_object_preferences.xml b/chrome/android/java/res/xml/single_object_preferences.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ee2c4099057fa085ef1a002e5e59793c9b74dfa8 |
| --- /dev/null |
| +++ b/chrome/android/java/res/xml/single_object_preferences.xml |
| @@ -0,0 +1,13 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved. |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. --> |
| + |
| +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> |
| + <Preference |
| + android:key="object_name" |
| + android:widgetLayout="@layout/usb_permission" /> |
|
Ted C
2016/08/15 20:31:59
this seems more specific than the name of the file
Reilly Grant (use Gerrit)
2016/08/16 17:41:59
Done.
|
| + <Preference |
| + android:key="divider" |
| + android:layout="@layout/divider_preference" /> |
| +</PreferenceScreen> |