[android] Remove focus from name in editor launch.

This commit is contained in:
Dmitry Yunitsky 2016-03-21 17:00:22 +03:00 committed by Sergey Yershov
parent 5046fdfc31
commit 3d619b9de7

View file

@ -21,6 +21,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_base"
android:focusable="true"
android:focusableInTouchMode="true"
android:orientation="vertical"
android:paddingEnd="@dimen/margin_base"
android:paddingLeft="@dimen/margin_base"