get rid of background for expander buttons

In the gameslist view the expander buttons had a visible rectangular
background. Now that's transparent so they look like the rest.
This commit is contained in:
Eric House 2017-05-23 18:47:25 -07:00
parent 3c650ce762
commit 222655ba58

View file

@ -76,6 +76,7 @@
<style name="expander_button">
<item name="android:layout_width">32dp</item>
<item name="android:layout_height">32dp</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:src">@drawable/expander_ic_maximized</item>
</style>