summaryrefslogtreecommitdiff
path: root/res/layout/symbols.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/symbols.xml')
-rw-r--r--res/layout/symbols.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/layout/symbols.xml b/res/layout/symbols.xml
new file mode 100644
index 0000000..2fa1a71
--- /dev/null
+++ b/res/layout/symbols.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="400dp"
+ android:background="@android:color/transparent"
+ android:orientation="horizontal" >
+
+ <GridView
+ android:id="@+id/symbols_gridview"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:columnWidth="40dp"
+ android:gravity="center"
+ android:numColumns="auto_fit"
+ android:stretchMode="columnWidth" />
+
+</LinearLayout>