Loading core/res/res/layout/keyguard_pattern_view.xml +5 −4 Original line number Original line Diff line number Diff line Loading @@ -35,16 +35,17 @@ android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="match_parent"> android:layout_height="match_parent"> <include layout="@layout/keyguard_message_area" android:layout_width="match_parent" android:layout_height="wrap_content" /> <LinearLayout <LinearLayout android:layout_height="wrap_content" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_width="wrap_content" android:orientation="vertical" android:orientation="vertical" android:layout_gravity="center"> android:layout_gravity="center"> <include layout="@layout/keyguard_message_area" android:layout_width="match_parent" android:layout_height="wrap_content" /> <FrameLayout <FrameLayout android:id="@+id/keyguard_bouncer_frame" android:id="@+id/keyguard_bouncer_frame" android:background="@*android:drawable/kg_bouncer_bg_white" android:background="@*android:drawable/kg_bouncer_bg_white" Loading Loading
core/res/res/layout/keyguard_pattern_view.xml +5 −4 Original line number Original line Diff line number Diff line Loading @@ -35,16 +35,17 @@ android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="match_parent"> android:layout_height="match_parent"> <include layout="@layout/keyguard_message_area" android:layout_width="match_parent" android:layout_height="wrap_content" /> <LinearLayout <LinearLayout android:layout_height="wrap_content" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_width="wrap_content" android:orientation="vertical" android:orientation="vertical" android:layout_gravity="center"> android:layout_gravity="center"> <include layout="@layout/keyguard_message_area" android:layout_width="match_parent" android:layout_height="wrap_content" /> <FrameLayout <FrameLayout android:id="@+id/keyguard_bouncer_frame" android:id="@+id/keyguard_bouncer_frame" android:background="@*android:drawable/kg_bouncer_bg_white" android:background="@*android:drawable/kg_bouncer_bg_white" Loading