Skip to content
Snippets Groups Projects
Commit a6151fae authored by akwizgran's avatar akwizgran
Browse files

Removed unused style property.

parent 021e6f2c
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LightTheme" parent="android:Theme.Holo.Light" />
<integer name="spinner_padding">10</integer>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LightTheme" parent="android:Theme.Light" />
<integer name="spinner_padding">0</integer>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment