mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
10 lines
425 B
XML
10 lines
425 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="config_separator">
|
|
<item name="android:layout_height">wrap_content</item>
|
|
<item name="android:layout_width">fill_parent</item>
|
|
<item name="android:gravity">left</item>
|
|
<item name="android:background">#FF7F7F7F</item>
|
|
<item name="android:textColor">#FFFFFFFF</item>
|
|
</style>
|
|
</resources>
|