vtm-app: revive / update with latest VTM, closes #90
This commit is contained in:
9
vtm-app/res/layout/activity_file_picker.xml
Normal file
9
vtm-app/res/layout/activity_file_picker.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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