mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
add new style for expander buttons
This commit is contained in:
parent
3ff60861f7
commit
9a55c97793
3 changed files with 8 additions and 6 deletions
|
@ -21,9 +21,7 @@
|
|||
/>
|
||||
|
||||
<ImageButton android:id="@+id/expander"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:src="@drawable/expander_ic_maximized"
|
||||
style="@style/expander_button"
|
||||
/>
|
||||
|
||||
</org.eehouse.android.xw4.GameListGroup>
|
||||
|
|
|
@ -70,9 +70,7 @@
|
|||
/>
|
||||
|
||||
<ImageButton android:id="@+id/expander"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:src="@drawable/expander_ic_maximized"
|
||||
style="@style/expander_button"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -66,5 +66,11 @@
|
|||
<item name="android:layout_weight">1</item>
|
||||
</style>
|
||||
|
||||
<style name="expander_button">
|
||||
<item name="android:layout_width">32dp</item>
|
||||
<item name="android:layout_height">32dp</item>
|
||||
<item name="android:src">@drawable/expander_ic_maximized</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue