Don't focus on an edittext by default in EditProfileActivity

This commit is contained in:
Alexander Bakker 2017-12-27 23:59:36 +01:00
parent 0aabc0b130
commit 3a396fe3f6

View file

@ -2,6 +2,8 @@
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout android:layout_width="match_parent"
@ -9,7 +11,6 @@
android:orientation="vertical">
<RelativeLayout
android:id="@+id/viewA"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.66"
@ -26,7 +27,6 @@
</RelativeLayout>
<TableLayout
android:id="@+id/viewB"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.33"