mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-18 09:34:04 +01:00
Add "All" button to bulk selection interface. Do not show bulk selection interface when dropping just one item. Confirmation dialog when overwriting savegames with a new player name (thanks ejwessel) Hide critical multiplier if equal to 0 or 1. Do not trigger map events if the player moves to another tile on the same mapevent. Add LayoutParams to all dynamically generated views (reduces graphical artifacts on Motorola devices) Use wrap_content instead of match_parent as height on listviews (reduces graphical artifacts on Motorola devices) git-svn-id: https://andors-trail.googlecode.com/svn/trunk@142 08aca716-68be-ccc6-4d58-36f5abd142ac
6 lines
196 B
XML
6 lines
196 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Theme.NoBackground" parent="android:Theme">
|
|
<item name="android:windowBackground">@null</item>
|
|
</style>
|
|
</resources> |