diff options
| author | 2014-03-31 16:37:42 -0700 | |
|---|---|---|
| committer | 2014-03-31 16:37:42 -0700 | |
| commit | dead414a900ef5f6526603d5efa2d3045f120951 (patch) | |
| tree | cc80c4f87d952de65db0ed3f4177df8f7c04ba34 | |
| parent | 30cac644f161433fca92ca65edcb26b351a04e5a (diff) | |
Fix docs
Change-Id: I79ee1cccb723f7471b175e1f2fc7ac94d54a526e
| -rw-r--r-- | core/res/res/values/themes_device_defaults.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index f4a8882e1f60..3ed3fbc975ed 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -38,7 +38,7 @@ easier. to a device’s native theme with all device customizations intact.</p> <p>For example, when you set your app's {@code targetSdkVersion} to XX or higher, this theme is applied to your application by default. As such, your app might appear with the - {@link #Theme_Quantum.Light Quantum.Light} styles on one device, but with a different set of styles on + {@link #Theme_Quantum_Light Quantum.Light} styles on one device, but with a different set of styles on another device. This is great if you want your app to fit with the device's native look and feel. If, however, you prefer to keep your UI style the same across all devices, you should apply a specific theme such as {@link #Theme_Quantum.Light Quantum.Light} or one of your own design. |