api - Defining a style with android parent style -


i've found here on how mix own style android's. was:

<style name="something" parent="android:widget.holo.light.textview">     <item name="android:layout_width">match_parent</item>     <item name="android:layout_height">match_parent</item> </style> 

but android studio gives me warning saying parent requires api 11, , unfortunately need program run on api 7. there way bypass issue?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -