blob: a5bb6c5628ed2118cb3ba5cf764793f604c2a507 [file] [log] [blame]
Tadashi G. Takaokaddb61ea2011-06-06 17:23:18 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +09005** Copyright 2011, The Android Open Source Project
Tadashi G. Takaokaddb61ea2011-06-06 17:23:18 +09006**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
Tadashi G. Takaoka874a6002014-06-09 23:25:02 +090021<!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
22 We just need to ignore the system's audio and haptic feedback settings. -->
Tadashi G. Takaoka31182772011-07-01 14:21:25 +090023<ImageView
Tadashi G. Takaokaddb61ea2011-06-06 17:23:18 +090024 xmlns:android="http://schemas.android.com/apk/res/android"
Tadashi G. Takaokaddb61ea2011-06-06 17:23:18 +090025 android:layout_width="wrap_content"
26 android:layout_height="match_parent"
Tadashi G. Takaoka874a6002014-06-09 23:25:02 +090027 android:padding="0dp"
28 android:gravity="center"
Tadashi G. Takaoka874a6002014-06-09 23:25:02 +090029 android:contentDescription="@null"
Tadashi G. Takaokaf3c852e2014-06-09 18:18:53 +090030 android:clickable="false"
31 android:longClickable="false"
Tadashi G. Takaoka874a6002014-06-09 23:25:02 +090032 android:hapticFeedbackEnabled="false"
Tadashi G. Takaoka46394af2014-07-04 15:29:10 +090033 android:soundEffectsEnabled="false"
Tadashi G. Takaokae14c6802014-07-29 10:53:47 +090034 android:background="@null"
Tadashi G. Takaoka46394af2014-07-04 15:29:10 +090035 style="?attr/suggestionStripViewStyle" />