look in the description to see how to put the theme
Using Android manifest we can put different themes
holo:
light:
android:theme="@android:style/Theme.Holo.Light"
dark:
android:theme="@android:style/Theme.Holo"
material:
light:
android:theme="@android:style/Theme.Material.Light"
dark:
android:theme="@android:style/Theme.Material"
default:
light:
android:theme="@android:style/Theme.DeviceDefault.Light"
dark:
android:theme="@android:style/Theme.DeviceDefault"
classic:
android:theme="@android:style/Theme"
more information by clicking here https://sites.google.com/view/holoskpro/inicio
©2026 Sketchub | User Policy