Actually install the correct views when credentials fragment is in standalone mode

b/13638835

Change-Id: I7800cf0638097ae70c0b22384e2effc09c6ab2e3
(cherry picked from commit fe7c3228eb)
This commit is contained in:
Tony Mantler 2014-03-25 15:51:06 -07:00 committed by Martin Hibdon
parent c83366c887
commit 55dbea9fe0

View File

@ -21,8 +21,8 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" > android:orientation="vertical" >
<FrameLayout <include
android:id="@+id/account_credentials_fragment_container" layout="@layout/account_setup_credentials_fragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />