add mapsforge activity to example
This commit is contained in:
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" />
|
||||
Reference in New Issue
Block a user