mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
15 lines
No EOL
409 B
XML
Executable file
15 lines
No EOL
409 B
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (c) 2012 Hai Bison
|
|
|
|
See the file LICENSE at the root directory of this project for copying
|
|
permission.
|
|
-->
|
|
|
|
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:fastScrollEnabled="true"
|
|
android:numColumns="auto_fit" >
|
|
|
|
</GridView> |