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, 0 insertions, 17 deletions
diff --git a/res/layout/symbols.xml b/res/layout/symbols.xml
deleted file mode 100644
index 2fa1a71..0000000
--- a/res/layout/symbols.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>