Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dead414a authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix docs

Change-Id: I79ee1cccb723f7471b175e1f2fc7ac94d54a526e
parent 30cac644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.