mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
frame thumbnail in grey; tweak defaults
This commit is contained in:
parent
ecb225a6a8
commit
b2f864c7ce
2 changed files with 4 additions and 5 deletions
|
@ -42,9 +42,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical|center_horizontal"
|
||||
android:paddingRight="2dip"
|
||||
android:paddingTop="2dip"
|
||||
android:paddingBottom="2dip"
|
||||
android:padding="2dip"
|
||||
android:background="#FF7F7F7F"
|
||||
/>
|
||||
|
||||
<!-- this layout is vertical, holds everything but the status
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
<CheckBoxPreference android:key="@string/key_thumb_useactive"
|
||||
android:title="@string/thumb_useactive"
|
||||
android:summary="@string/summary_thumb_useactive"
|
||||
android:defaultValue="true"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<org.eehouse.android.xw4.XWListPreference
|
||||
|
@ -158,7 +158,7 @@
|
|||
android:title="@string/summary_thumbsize"
|
||||
android:entries="@array/game_thumb_values"
|
||||
android:entryValues="@array/game_thumb_values"
|
||||
android:defaultValue="@string/game_thumb_quarter"
|
||||
android:defaultValue="@string/game_thumb_third"
|
||||
/>
|
||||
</PreferenceScreen>
|
||||
|
||||
|
|
Loading…
Reference in a new issue