Skip to content

Commit

Permalink
Add isShowExtentedKeyBoard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Aghazadeh committed Oct 5, 2018
1 parent 1fd0777 commit 856115c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ dependencies {
...


<com.github.ahmadaghazadeh.editor.widget.CodeEditor
bind:isReadOnly="@{true}"
bind:code="@{viewModel.code}"
bind:lang="@{viewModel.lang}"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<com.github.ahmadaghazadeh.editor.widget.CodeEditor
bind:isReadOnly="@{true}"
bind:code="@{viewModel.code}"
bind:lang="@{viewModel.lang}"
bind:isShowExtendedKeyboard="@{false}"
android:layout_width="match_parent"
android:layout_height="match_parent"/>


...
Expand All @@ -59,6 +60,7 @@ dependencies {
bind:code="<html></html>"
bind:lang="html"
bind:isReadOnly="true"
bind:isShowExtendedKeyboard="false"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

Expand Down

0 comments on commit 856115c

Please sign in to comment.