Don't focus on an edittext by default in EditProfileActivity

pull/41/head
Alexander Bakker 8 years ago
parent 0aabc0b130
commit 3a396fe3f6

@ -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"

Loading…
Cancel
Save