Compare commits
107 Commits
ac_immunit
...
title_scre
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b28c2f378 | ||
|
|
055a2eaf32 | ||
|
|
8b2dbb4ead | ||
|
|
a905d8b08a | ||
|
|
e594713a9b | ||
|
|
a98df96474 | ||
|
|
470bc423ef | ||
|
|
03d67209cd | ||
|
|
1bb52b1f0e | ||
|
|
e6dda3651d | ||
|
|
bf154e058b | ||
|
|
d6d473a3d7 | ||
|
|
67f2c41ac9 | ||
|
|
d285871321 | ||
|
|
97bffa86c7 | ||
|
|
68b60a0286 | ||
|
|
ec733e5b97 | ||
|
|
7d2134205c | ||
|
|
f4c762026d | ||
|
|
3708c4886e | ||
|
|
da59c7143d | ||
|
|
2ade99eed0 | ||
|
|
752a3b64f0 | ||
|
|
4fb476a94e | ||
|
|
153ea0a660 | ||
|
|
27a2a87949 | ||
|
|
b77c1b3f94 | ||
|
|
5b8e3a7ae4 | ||
|
|
8a0af4038a | ||
|
|
98bf2d0381 | ||
|
|
e300c1383e | ||
|
|
193048cb8f | ||
|
|
23faa6d19c | ||
|
|
332eee0736 | ||
|
|
421a03980a | ||
|
|
0a04b516dd | ||
|
|
b87617e7eb | ||
|
|
1be47b2e0e | ||
|
|
5b6301998e | ||
|
|
14f83283fb | ||
|
|
bca34db508 | ||
|
|
7e2494196c | ||
|
|
a54798443a | ||
|
|
413bf66c68 | ||
|
|
827260c90f | ||
|
|
b24e348c51 | ||
|
|
cbdb53c813 | ||
|
|
92793c73cf | ||
|
|
d81ed7a6b5 | ||
|
|
df81e96a08 | ||
|
|
8c28166c11 | ||
|
|
f1867667aa | ||
|
|
af052408b1 | ||
|
|
a4d1e8b463 | ||
|
|
e93810876c | ||
|
|
aea3571ca5 | ||
|
|
81c0c1a7ff | ||
|
|
5b2b787f90 | ||
|
|
1d0bdf1e4e | ||
|
|
4cdc08b360 | ||
|
|
0f90281e0f | ||
|
|
f06e0d714a | ||
|
|
bccab0421a | ||
|
|
cef4000391 | ||
|
|
13a8e351bd | ||
|
|
e3ca04cde7 | ||
|
|
6394353fa0 | ||
|
|
3598624a8e | ||
|
|
b57f847b09 | ||
|
|
f161926a75 | ||
|
|
763c964b17 | ||
|
|
7122907cc0 | ||
|
|
f9c3bc6bf6 | ||
|
|
f78862e778 | ||
|
|
effc7b6446 | ||
|
|
5b28c58523 | ||
|
|
164990ec6b | ||
|
|
a017fbcf67 | ||
|
|
e4be5d35a8 | ||
|
|
e87ea318ec | ||
|
|
3a8ad1395f | ||
|
|
335c853acd | ||
|
|
6787a0ac4b | ||
|
|
a4694be347 | ||
|
|
a8b24abb39 | ||
|
|
6cfe381b84 | ||
|
|
29379be41c | ||
|
|
8667e925f3 | ||
|
|
5d82232453 | ||
|
|
716b96b624 | ||
|
|
afadac0f2f | ||
|
|
60edd73fc2 | ||
|
|
4b4a10ec62 | ||
|
|
597f90da21 | ||
|
|
b7fe6864d3 | ||
|
|
3841e00c3a | ||
|
|
6052788322 | ||
|
|
d4e82b4e68 | ||
|
|
e0c7dd35b8 | ||
|
|
ea03360145 | ||
|
|
a17eaadf4e | ||
|
|
da76ea4542 | ||
|
|
8f8bcf8a6c | ||
|
|
a5e10aaf0b | ||
|
|
ff61d64c83 | ||
|
|
195b8eb5f9 | ||
|
|
f9ea913bba |
@@ -23,6 +23,8 @@
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /><uses-permission android:name="android.permission.READ_LOGS"/>
|
||||
|
||||
|
||||
<application
|
||||
android:name=".AndorsTrailApplication"
|
||||
@@ -30,6 +32,7 @@
|
||||
android:icon="@drawable/icon"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="true"
|
||||
android:theme="@style/AndorsTrailTheme_Blue"
|
||||
>
|
||||
<activity
|
||||
android:name=".activity.StartScreenActivity"
|
||||
@@ -43,22 +46,22 @@
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.NoBackground"
|
||||
android:theme="@style/AndorsTrailTheme_Blue.NoBackground"
|
||||
/>
|
||||
<activity android:name=".activity.HeroinfoActivity" />
|
||||
<activity android:name=".activity.MonsterInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.ItemInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.LevelUpActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.MonsterEncounterActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.ConversationActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.MonsterInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.ItemInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.LevelUpActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.MonsterEncounterActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.ConversationActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.ShopActivity" />
|
||||
<activity android:name=".activity.AboutActivity" />
|
||||
<activity android:name=".activity.LoadingActivity" />
|
||||
<activity android:name=".activity.Preferences" />
|
||||
<activity android:name=".activity.LoadSaveActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.ActorConditionInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.BulkSelectionInterface" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.SkillInfoActivity" android:theme="@android:style/Theme.Dialog" />
|
||||
<activity android:name=".activity.LoadSaveActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.ActorConditionInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.BulkSelectionInterface" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.SkillInfoActivity" android:theme="@style/AndorsTrailDialogTheme_Blue" />
|
||||
<activity android:name=".activity.DisplayWorldMapActivity" />
|
||||
</application>
|
||||
|
||||
|
||||
8
AndorsTrail/res/anim/hidemonsterconditionbar.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:fromYDelta="0%"
|
||||
android:toYDelta="-100%"
|
||||
android:duration="300"
|
||||
/>
|
||||
8
AndorsTrail/res/anim/hidemonsterconditionbutton.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/accelerate_interpolator"
|
||||
android:fromXDelta="0%"
|
||||
android:toXDelta="100%"
|
||||
android:duration="300"
|
||||
/>
|
||||
9
AndorsTrail/res/anim/showmonsterconditionbar.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromYDelta="-100%"
|
||||
android:toYDelta="0%"
|
||||
android:duration="300"
|
||||
/>
|
||||
|
||||
9
AndorsTrail/res/anim/showmonsterconditionbutton.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromXDelta="100%"
|
||||
android:toXDelta="0%"
|
||||
android:duration="300"
|
||||
/>
|
||||
|
||||
8
AndorsTrail/res/color/ui_blue_textbutton_textcolor.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true" android:state_pressed="true" android:color="@color/ui_blue_palette_text_gray_light"/>
|
||||
<item android:state_enabled="true" android:state_checked="true" android:color="@color/ui_blue_palette_text_gray_light"/>
|
||||
<item android:state_enabled="true" android:color="@color/ui_blue_palette_text_gray_mid"/>
|
||||
<item android:state_enabled="false" android:color="@color/ui_blue_palette_text_gray_darker"/>
|
||||
<item android:color="@color/ui_blue_palette_text_gray_mid"/>
|
||||
</selector>
|
||||
BIN
AndorsTrail/res/drawable-nodpi/ts_background.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_l_01.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_l_02.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_l_03.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_l_04.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_m_01.png
Normal file
|
After Width: | Height: | Size: 734 B |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_m_02.png
Normal file
|
After Width: | Height: | Size: 786 B |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_s_01.png
Normal file
|
After Width: | Height: | Size: 587 B |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_s_02.png
Normal file
|
After Width: | Height: | Size: 379 B |
BIN
AndorsTrail/res/drawable-nodpi/ts_clouds_s_03.png
Normal file
|
After Width: | Height: | Size: 515 B |
BIN
AndorsTrail/res/drawable-nodpi/ts_foreground.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
AndorsTrail/res/drawable-nodpi/ts_midground.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
AndorsTrail/res/drawable-nodpi/ts_sky_gradient_x6.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
AndorsTrail/res/drawable/char_hero_large.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
AndorsTrail/res/drawable/char_hero_maksiu_boy_01.png
Executable file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
AndorsTrail/res/drawable/char_hero_maksiu_boy_01_large.png
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
AndorsTrail/res/drawable/char_hero_maksiu_girl_01.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
AndorsTrail/res/drawable/char_hero_maksiu_girl_01_large.png
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
22
AndorsTrail/res/drawable/loading_anim.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false">
|
||||
|
||||
<item android:drawable="@drawable/loading_anim_00"
|
||||
android:duration="150" />
|
||||
<item android:drawable="@drawable/loading_anim_01"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_02"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_03"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_04"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_05"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_06"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/loading_anim_00"
|
||||
android:duration="150" />
|
||||
|
||||
</animation-list>
|
||||
BIN
AndorsTrail/res/drawable/loading_anim_00.png
Normal file
|
After Width: | Height: | Size: 538 B |
BIN
AndorsTrail/res/drawable/loading_anim_01.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
AndorsTrail/res/drawable/loading_anim_02.png
Normal file
|
After Width: | Height: | Size: 607 B |
BIN
AndorsTrail/res/drawable/loading_anim_03.png
Normal file
|
After Width: | Height: | Size: 604 B |
BIN
AndorsTrail/res/drawable/loading_anim_04.png
Normal file
|
After Width: | Height: | Size: 516 B |
BIN
AndorsTrail/res/drawable/loading_anim_05.png
Normal file
|
After Width: | Height: | Size: 511 B |
BIN
AndorsTrail/res/drawable/loading_anim_06.png
Normal file
|
After Width: | Height: | Size: 567 B |
BIN
AndorsTrail/res/drawable/logo_anim_shine_00.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_01.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_02.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_03.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_04.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_05.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_06.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_07.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_08.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
AndorsTrail/res/drawable/logo_anim_shine_09.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
AndorsTrail/res/drawable/sky_bottom.png
Normal file
|
After Width: | Height: | Size: 200 B |
BIN
AndorsTrail/res/drawable/sky_gradient.png
Normal file
|
After Width: | Height: | Size: 385 B |
7
AndorsTrail/res/drawable/sky_gradient_drawable.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:tileMode="repeat"
|
||||
android:src="@drawable/ts_sky_gradient_x6"
|
||||
android:antialias="false"
|
||||
android:dither="false"
|
||||
/>
|
||||
BIN
AndorsTrail/res/drawable/sky_top.png
Normal file
|
After Width: | Height: | Size: 200 B |
28
AndorsTrail/res/drawable/title_logo_animated.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false">
|
||||
|
||||
<item android:drawable="@drawable/logo_anim_shine_00"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_01"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_02"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_03"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_04"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_05"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_06"
|
||||
android:duration="180" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_07"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_08"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_09"
|
||||
android:duration="80" />
|
||||
<item android:drawable="@drawable/logo_anim_shine_00"
|
||||
android:duration="5000" />
|
||||
|
||||
</animation-list>
|
||||
BIN
AndorsTrail/res/drawable/ts_sky_bottom.png
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
AndorsTrail/res/drawable/ts_sky_gradient_x2.png
Normal file
|
After Width: | Height: | Size: 393 B |
BIN
AndorsTrail/res/drawable/ts_sky_top.png
Normal file
|
After Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
5
AndorsTrail/res/drawable/ui_blue_buttonbar.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:drawable="@drawable/ui_blue_buttonbar_bg"/>
|
||||
<item android:drawable="@drawable/ui_blue_buttonbar_frame"/>
|
||||
</layer-list>
|
||||
41
AndorsTrail/res/drawable/ui_blue_buttonbar_bg.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_unpressed"
|
||||
android:state_pressed="false"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_pressed"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_buttonbar_bg_disabled_unpressed"
|
||||
android:state_pressed="false"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_buttonbar_bg_disabled_pressed"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_unpressed"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_buttonbar_bg_disabled_unpressed"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_buttonbar_bg_enabled_unpressed"
|
||||
/>
|
||||
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 410 B |
|
After Width: | Height: | Size: 409 B |
|
After Width: | Height: | Size: 254 B |
|
After Width: | Height: | Size: 246 B |
29
AndorsTrail/res/drawable/ui_blue_buttonbar_frame.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res/com.gpl.rpg.AndorsTrail" >
|
||||
|
||||
<item app:single="true" android:drawable="@drawable/ui_blue_buttonbar_frame_solo" />
|
||||
|
||||
<item app:vertical="true" app:first="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_vtop" />
|
||||
<item app:vertical="true" app:first="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vbottom" />
|
||||
<item app:vertical="true" app:first="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vtop" />
|
||||
|
||||
<item app:vertical="true" app:last="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_vbottom" />
|
||||
<item app:vertical="true" app:last="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vtop" />
|
||||
<item app:vertical="true" app:last="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vbottom" />
|
||||
|
||||
<item app:vertical="true" android:drawable="@drawable/ui_blue_buttonbar_frame_vmid" />
|
||||
|
||||
<item app:horizontal="true" app:first="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_hleft" />
|
||||
<item app:horizontal="true" app:first="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hright" />
|
||||
<item app:horizontal="true" app:first="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hleft" />
|
||||
|
||||
<item app:horizontal="true" app:last="true" app:reverse="false" android:drawable="@drawable/ui_blue_buttonbar_frame_hright" />
|
||||
<item app:horizontal="true" app:last="true" app:reverse="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hleft" />
|
||||
<item app:horizontal="true" app:last="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hright" />
|
||||
|
||||
<item app:horizontal="true" android:drawable="@drawable/ui_blue_buttonbar_frame_hmid" />
|
||||
|
||||
<item android:drawable="@drawable/ui_blue_buttonbar_frame_solo" />
|
||||
|
||||
</selector>
|
||||
BIN
AndorsTrail/res/drawable/ui_blue_buttonbar_frame_hleft.9.png
Normal file
|
After Width: | Height: | Size: 278 B |
BIN
AndorsTrail/res/drawable/ui_blue_buttonbar_frame_hmid.9.png
Normal file
|
After Width: | Height: | Size: 265 B |
BIN
AndorsTrail/res/drawable/ui_blue_buttonbar_frame_hright.9.png
Normal file
|
After Width: | Height: | Size: 277 B |
BIN
AndorsTrail/res/drawable/ui_blue_buttonbar_frame_solo.9.png
Normal file
|
After Width: | Height: | Size: 288 B |
BIN
AndorsTrail/res/drawable/ui_blue_buttonbar_frame_vbottom.9.png
Normal file
|
After Width: | Height: | Size: 292 B |
BIN
AndorsTrail/res/drawable/ui_blue_buttonbar_frame_vmid.9.png
Normal file
|
After Width: | Height: | Size: 268 B |
BIN
AndorsTrail/res/drawable/ui_blue_buttonbar_frame_vtop.9.png
Normal file
|
After Width: | Height: | Size: 292 B |
13
AndorsTrail/res/drawable/ui_blue_groupindicator.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
|
||||
android:state_expanded="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_enabled_unchecked"
|
||||
/>
|
||||
|
||||
</selector>
|
||||
BIN
AndorsTrail/res/drawable/ui_blue_lightframe.9.png
Normal file
|
After Width: | Height: | Size: 224 B |
BIN
AndorsTrail/res/drawable/ui_blue_lightframe_highlight.9.png
Normal file
|
After Width: | Height: | Size: 237 B |
15
AndorsTrail/res/drawable/ui_blue_listseparator.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:top="1dp" android:left="2dp" android:right="2dp" android:bottom="2dp">
|
||||
<shape android:shape="line">
|
||||
<stroke android:width="1dp" android:color="@color/ui_blue_palette_blue_light"/>
|
||||
<size android:height="4dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:top="2dp" android:left="3dp" android:right="3dp" android:bottom="1dp">
|
||||
<shape android:shape="line">
|
||||
<stroke android:width="1dp" android:color="@android:color/black"/>
|
||||
<size android:height="4dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
41
AndorsTrail/res/drawable/ui_blue_radiobutton.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
|
||||
android:state_selected="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_enabled_unchecked"
|
||||
android:state_checked="false"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_enabled_checked"
|
||||
android:state_checked="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_disabled_unchecked"
|
||||
android:state_checked="false"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_radiobutton_disabled_checked"
|
||||
android:state_checked="true"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 643 B |
|
After Width: | Height: | Size: 610 B |
|
After Width: | Height: | Size: 496 B |
|
After Width: | Height: | Size: 460 B |
BIN
AndorsTrail/res/drawable/ui_blue_richframe.9.png
Normal file
|
After Width: | Height: | Size: 395 B |
5
AndorsTrail/res/drawable/ui_blue_spinner.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:drawable="@drawable/ui_blue_spinner_bg"/>
|
||||
<item android:drawable="@drawable/ui_blue_spinner_arrow"/>
|
||||
</layer-list>
|
||||
BIN
AndorsTrail/res/drawable/ui_blue_spinner_arrow.9.png
Normal file
|
After Width: | Height: | Size: 208 B |
31
AndorsTrail/res/drawable/ui_blue_spinner_bg.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:constantSize="true">
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_spinner_enabled_unpressed"
|
||||
android:state_pressed="false"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_spinner_enabled_pressed"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_spinner_disabled_unpressed"
|
||||
android:state_pressed="false"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_spinner_disabled_pressed"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
</selector>
|
||||
BIN
AndorsTrail/res/drawable/ui_blue_spinner_disabled_pressed.9.png
Normal file
|
After Width: | Height: | Size: 485 B |
|
After Width: | Height: | Size: 501 B |
BIN
AndorsTrail/res/drawable/ui_blue_spinner_enabled_pressed.9.png
Normal file
|
After Width: | Height: | Size: 328 B |
BIN
AndorsTrail/res/drawable/ui_blue_spinner_enabled_unpressed.9.png
Normal file
|
After Width: | Height: | Size: 343 B |
7
AndorsTrail/res/drawable/ui_blue_spinner_list_bg.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item android:state_focused="true" android:drawable="@drawable/ui_blue_lightframe_highlight"/>
|
||||
<item android:state_pressed="true" android:drawable="@drawable/ui_blue_lightframe_highlight"/>
|
||||
<item android:state_checked="true" android:drawable="@drawable/ui_blue_lightframe_highlight"/>
|
||||
<item android:state_checked="false" android:drawable="@drawable/ui_blue_lightframe"/>
|
||||
</selector>
|
||||
BIN
AndorsTrail/res/drawable/ui_blue_stdframe.9.png
Normal file
|
After Width: | Height: | Size: 431 B |
BIN
AndorsTrail/res/drawable/ui_blue_submenu_indicator.9.png
Normal file
|
After Width: | Height: | Size: 187 B |
BIN
AndorsTrail/res/drawable/ui_blue_tabframe.9.png
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
AndorsTrail/res/drawable/ui_blue_tabframe_topoverlay.9.png
Normal file
|
After Width: | Height: | Size: 185 B |
34
AndorsTrail/res/drawable/ui_blue_tabwidget.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:constantSize="true">
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_tabwidget_enabled_selected"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_tabwidget_enabled_unselected"
|
||||
android:state_selected="false"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_tabwidget_enabled_selected"
|
||||
android:state_selected="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_tabwidget_disabled_unselected"
|
||||
android:state_selected="false"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_tabwidget_disabled_selected"
|
||||
android:state_selected="true"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 441 B |
|
After Width: | Height: | Size: 302 B |
|
After Width: | Height: | Size: 285 B |
31
AndorsTrail/res/drawable/ui_blue_textbutton.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:constantSize="true">
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_textbutton_enabled_unpressed"
|
||||
android:state_pressed="false"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_textbutton_enabled_pressed"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_textbutton_disabled_unpressed"
|
||||
android:state_pressed="false"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:drawable="@drawable/ui_blue_textbutton_disabled_pressed"
|
||||
android:state_pressed="true"
|
||||
android:state_enabled="false"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
</selector>
|
||||
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 450 B |