diff options
author | 2014-05-16 10:32:04 +0900 | |
---|---|---|
committer | 2014-05-19 23:11:39 +0900 | |
commit | 27ca9f1bf17c1d275faed939d529f07bb57e28f3 (patch) | |
tree | 9daf81b259973dd209a8955d7a9c12eee60ee4db /java/res/layout | |
parent | d7bef2bee16b6e529d55b505764a79821fe3c825 (diff) | |
download | latinime-27ca9f1bf17c1d275faed939d529f07bb57e28f3.tar.gz latinime-27ca9f1bf17c1d275faed939d529f07bb57e28f3.tar.xz latinime-27ca9f1bf17c1d275faed939d529f07bb57e28f3.zip |
Remove Emoji label tab
Change-Id: Ia2f3482363b462c16a51f2baac59d6bcae96ffab
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/emoji_keyboard_tab_label.xml | 26 | ||||
-rw-r--r-- | java/res/layout/emoji_palettes_view.xml | 1 |
2 files changed, 0 insertions, 27 deletions
diff --git a/java/res/layout/emoji_keyboard_tab_label.xml b/java/res/layout/emoji_keyboard_tab_label.xml deleted file mode 100644 index 62c552dd8..000000000 --- a/java/res/layout/emoji_keyboard_tab_label.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 2013, 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="0dip" - android:layout_weight="1.0" - android:layout_height="wrap_content" - android:gravity="center" -/> diff --git a/java/res/layout/emoji_palettes_view.xml b/java/res/layout/emoji_palettes_view.xml index c0c346ef0..d764caa91 100644 --- a/java/res/layout/emoji_palettes_view.xml +++ b/java/res/layout/emoji_palettes_view.xml @@ -70,7 +70,6 @@ android:layout_width="0dip" android:layout_weight="12.5" android:layout_height="match_parent" - android:src="@drawable/sym_keyboard_delete_holo_dark" android:contentDescription="@string/spoken_description_delete" /> </LinearLayout> <android.support.v4.view.ViewPager |