diff options
-rw-r--r-- | core/res/res/values/themes_device_defaults.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index 3ed3fbc..0ce5094 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -38,12 +38,12 @@ 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 Quantum} 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. + apply a specific theme such as {@link #Theme_Quantum Quantum} or one of your own design. For more information, read <a - href="http://android-developers.blogspot.com/20XX/XX/quantum-everywhere.html">Quantum.Light + href="http://android-developers.blogspot.com/20XX/XX/quantum-everywhere.html">Quantum Everywhere</a>.</p> <p>Styles used by the DeviceDefault theme are named using the convention Type.DeviceDefault.Etc (for example, {@code Widget.DeviceDefault.Button} and |