Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

helloJp/BottomInputLayout

Repository files navigation

##BottomInputLayout 底部输入框容器

###Effect chart(效果图) art ###desc(简述): 自定义容器控件。 点击底部输入框外区域,自动收缩软键盘。在布局文件中,将页面内容布局作为本控件的唯一子View,即可。

 <me.jp.bottominputlayout.view.BottomInputLayout
 android:id="@+id/input_layout"
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 >
 <ScrollView
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 >
 <TextView
 android:layout_width="match_parent"
 android:layout_height="match_parent"
 android:lineSpacingMultiplier="1.3"
 android:text="@string/test_string"
 />
 </ScrollView>
 </me.jp.bottominputlayout.view.BottomInputLayout>

About

auto hide softKeyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /