add mapsforge activity to example
This commit is contained in:
BIN
vtm-android-example/res/drawable-mdpi/file_picker_back.png
Normal file
BIN
vtm-android-example/res/drawable-mdpi/file_picker_back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
vtm-android-example/res/drawable-mdpi/file_picker_file.png
Normal file
BIN
vtm-android-example/res/drawable-mdpi/file_picker_file.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
vtm-android-example/res/drawable-mdpi/file_picker_folder.png
Normal file
BIN
vtm-android-example/res/drawable-mdpi/file_picker_folder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
4
vtm-android-example/res/layout/activity_file_picker.xml
Normal file
4
vtm-android-example/res/layout/activity_file_picker.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/filePickerView"
|
||||
android:layout_width="fill_parent" android:layout_height="fill_parent" android:fadingEdge="vertical"
|
||||
android:fadingEdgeLength="30dip" android:columnWidth="100dip" android:numColumns="auto_fit" />
|
||||
@@ -7,5 +7,9 @@
|
||||
<string name="theme_default">Default</string>
|
||||
<string name="theme_tubes">Tubes</string>
|
||||
<string name="theme_osmarender">Osmarender</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="error">Error</string>
|
||||
<string name="file_invalid">The selected file is invalid.</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user