隐藏所有键盘android [with ads banner]

时间:2016-04-03 17:18:57

标签: java android android-layout google-play-services ads

我创建了一个应用程序,其中我有一个inputText,输入类型是deciaml数字。 当我点击此输入时,我显示了正确的键盘,一旦我按下确定,我会自动获得正常的键盘:

Screenshots of the application

这是布局文件的代码:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:ads="http://schemas.android.com/apk/res-auto"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:orientation="vertical"
android:background="@color/whiteSmoke"
tools:context="com.habchi.soldecalculator.MainActivity">

<!-- Floating Solde Buttons -->

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:layout_gravity="center"
    android:gravity="bottom">
    <com.google.android.gms.ads.AdView
        android:id="@+id/adView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_alignParentBottom="true"
        ads:adSize="BANNER"
        ads:adUnitId="@string/banner_ad_unit_id">
    </com.google.android.gms.ads.AdView>
</LinearLayout>

</LinearLayout>

我不得不说,当我删除广告横幅时,我没有遇到此问题。

2 个答案:

答案 0 :(得分:0)

只是好奇,您会尝试将webrtc_interface.c:149: Warning: Webrtc: webrtc_interface_create_codec_array: Unknown type: 'GstStructure' 添加到AdView XML吗?我想知道键盘是否会出现,因为AdView能够获得应用专注。

答案 1 :(得分:0)

找到答案。 Hade将android:imeOptions =“actionDone”添加到edittext