Skip to content

Commit

Permalink
UI fix: paren matching block in the editor is clipped when near the e…
Browse files Browse the repository at this point in the history
…dges.
  • Loading branch information
vickychijwani committed Jun 25, 2017
1 parent be9a342 commit cb49e4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/code_editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
android:id="@+id/code_padding"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:padding="@dimen/padding_large">
android:padding="@dimen/padding_large"
android:clipChildren="false"
android:clipToPadding="false">

<me.vickychijwani.kotlinkoans.features.common.CodeEditText
android:id="@+id/code_editor"
Expand Down

0 comments on commit cb49e4f

Please sign in to comment.