project_files/Android-build/SDL-android-project/res/drawable-mdpi/team_net_by_level.xml
author Wuzzy <Wuzzy2@mail.ru>
Tue, 22 Jan 2019 21:34:13 +0100
changeset 14666 95b1b9ea505a
parent 7508 763d3961400b
permissions -rw-r--r--
Shorten text of buttons to load/edit drawn map and make them look nicer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7508
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     1
<level-list xmlns:android="http://schemas.android.com/apk/res/android">
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     2
	<item android:maxLevel="0" android:drawable="@drawable/team_net_human" />
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     3
	<item android:maxLevel="1" android:drawable="@drawable/team_net_bot5" />
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     4
	<item android:maxLevel="2" android:drawable="@drawable/team_net_bot4" />
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     5
	<item android:maxLevel="3" android:drawable="@drawable/team_net_bot3" />
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     6
	<item android:maxLevel="4" android:drawable="@drawable/team_net_bot2" />
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     7
	<item android:maxLevel="5" android:drawable="@drawable/team_net_bot1" />
763d3961400b Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
diff changeset
     8
</level-list>