Fix Android gutterIcon test, use findGuttersAtCaret method

This commit is contained in:
Vyacheslav Gerasimov
2017-06-01 20:07:11 +03:00
parent 643e3587cc
commit 3f03b05bd3
7 changed files with 7 additions and 7 deletions
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_kotlin"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin">
</RelativeLayout>