Skip to content

Commit

Permalink
Merge "allow pattern linear layout to manage message_area." into jb-m…
Browse files Browse the repository at this point in the history
…r1-lockscreen-dev
  • Loading branch information
cwren authored and Android (Google) Code Review committed Nov 8, 2012
2 parents 4eada64 + e1a8eee commit 7d59cf9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/res/res/layout/keyguard_pattern_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<include layout="@layout/keyguard_message_area"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

<LinearLayout
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:orientation="vertical"
android:layout_gravity="center">

<include layout="@layout/keyguard_message_area"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>

<FrameLayout
android:id="@+id/keyguard_bouncer_frame"
android:background="@*android:drawable/kg_bouncer_bg_white"
Expand Down

0 comments on commit 7d59cf9

Please sign in to comment.