diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-05-06 14:10:32 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-05-06 14:10:32 -0400 |
commit | a3716ceb4e1dbbb793819a8c6d2ed57475c59eb7 (patch) | |
tree | 0b3ad01004406414896f914138cab1562ae6bc29 /res/layout | |
parent | 15f9095ae8bf3b652de886a28275c71efaab1ac5 (diff) |
Remove the insert symbol view
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/ime.xml | 7 | ||||
-rw-r--r-- | res/layout/symbols.xml | 17 |
2 files changed, 0 insertions, 24 deletions
diff --git a/res/layout/ime.xml b/res/layout/ime.xml index ddabd0c..26f5ed1 100644 --- a/res/layout/ime.xml +++ b/res/layout/ime.xml @@ -11,13 +11,6 @@ android:orientation="vertical" > <Button - android:id="@+id/symbols_btn" - android:layout_width="85dp" - android:layout_height="85dp" - android:layout_marginBottom="5dp" - android:layout_marginTop="10dp" /> - - <Button android:id="@+id/shift_btn" android:layout_width="85dp" android:layout_height="85dp" 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> |