aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-12-07 17:47:09 -0800
committerTadashi G. Takaoka <takaoka@google.com>2012-12-07 17:47:09 -0800
commit12939572f3abd7847b5e604f8c5f041d60e1c823 (patch)
treed0525c90dfeac74d68fd73c753f364c249c89688 /java/res/layout
parentb6e398a71d9c0ca61eff67c0b66803b336a453e7 (diff)
downloadlatinime-12939572f3abd7847b5e604f8c5f041d60e1c823.tar.gz
latinime-12939572f3abd7847b5e604f8c5f041d60e1c823.tar.xz
latinime-12939572f3abd7847b5e604f8c5f041d60e1c823.zip
Remove unused suggestion preview stuffs
Change-Id: Ida5668f4eba1783d96e02001a64ae713f98176b7
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/suggestion_preview.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/java/res/layout/suggestion_preview.xml b/java/res/layout/suggestion_preview.xml
deleted file mode 100644
index 856447bba..000000000
--- a/java/res/layout/suggestion_preview.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-**
-** Copyright 2011, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
--->
-
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="18dp"
- android:textColor="?android:attr/textColorPrimaryInverse"
- android:minWidth="32dp"
- android:gravity="center"
- style="?attr/suggestionPreviewBackgroundStyle" />