Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor gets hidden by keyboard on long texts #121

Open
MakamuEvans opened this issue Aug 2, 2017 · 1 comment
Open

Editor gets hidden by keyboard on long texts #121

MakamuEvans opened this issue Aug 2, 2017 · 1 comment

Comments

@MakamuEvans
Copy link

Anyone else getting their keyboard hiding their typed content? I tried the windowssoftinputmode but still no change

@DushyantMainwal
Copy link

Try this:
`

<android.support.design.widget.AppBarLayout
    android:id="@+id/app_bar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <android.support.v7.widget.Toolbar
        android:id="@+id/toolbar"
        android:layout_width="match_parent"
        android:layout_height="?actionBarSize"
        android:background="@color/colorPrimary"
        app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
        app:theme="@style/ThemeOverlay.AppCompat.Dark">

    </android.support.v7.widget.Toolbar>

</android.support.design.widget.AppBarLayout>

<jp.wasabeef.richeditor.RichEditor
    android:id="@+id/editor"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_above="@+id/tool_layout"
    android:layout_below="@+id/app_bar" />

<LinearLayout
    android:id="@+id/tool_layout"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
</LinearLayout>
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants