mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
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:
parent
3c650ce762
commit
222655ba58
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue