vtm-app: revive / update with latest VTM, closes #90
This commit is contained in:
BIN
vtm-app/res/drawable/arrow.png
Normal file
BIN
vtm-app/res/drawable/arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
BIN
vtm-app/res/drawable/bkg_compass.png
Normal file
BIN
vtm-app/res/drawable/bkg_compass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
6
vtm-app/res/drawable/btn_delete.xml
Normal file
6
vtm-app/res/drawable/btn_delete.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/delete_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/delete" android:state_focused="true" />
|
||||
<item android:drawable="@drawable/delete" />
|
||||
</selector>
|
||||
6
vtm-app/res/drawable/btn_moreinfo.xml
Normal file
6
vtm-app/res/drawable/btn_moreinfo.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/moreinfo_arrow_pressed" android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/moreinfo_arrow" android:state_focused="true" />
|
||||
<item android:drawable="@drawable/moreinfo_arrow" />
|
||||
</selector>
|
||||
BIN
vtm-app/res/drawable/compass.png
Normal file
BIN
vtm-app/res/drawable/compass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
vtm-app/res/drawable/globe2.png
Normal file
BIN
vtm-app/res/drawable/globe2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
BIN
vtm-app/res/drawable/person.png
Normal file
BIN
vtm-app/res/drawable/person.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user