I am creating an application, but I would like to upgrade it to the Android Lollipop design. I use Android Studio to develop my application, and I set the minimum SKD for API 21 (Lollipop), and I want it to work on Kitkat and Lollipop, so now I got the Lollipop interface and want to run it in Kitkat, but of course , perhaps because the minimum is Lollipop. And, as I expected, Kitkat did not run. So I changed the minimum SKD to 19 in build.gradle and the target SKD that I released (SKD 21), so Kitkat can now run the application, but the full layout is Kitkat style, not Lollipop. Even I made the app as a Lollipop design, and Android Studio viewed it as a Lollipop interface. I hope someone can help me get the Lollipop interface on Kitkat.
Thanks in advance.
user3830316
source share