Skip to content

Commit

Permalink
[Contextual Search] Preventing flash of Promo's auxiliar View.
Browse files Browse the repository at this point in the history
BUG=557469

Review URL: https://codereview.chromium.org/1453413002

Cr-Commit-Position: refs/heads/master@{#360414}
  • Loading branch information
pedrosimonetti authored and Commit bot committed Nov 18, 2015
1 parent 22282c1 commit b15a372
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="@dimen/contextual_search_peek_promo_padding"
android:paddingEnd="@dimen/contextual_search_peek_promo_padding">
android:paddingEnd="@dimen/contextual_search_peek_promo_padding"
android:visibility="invisible">
<TextView
android:id="@+id/contextual_search_peek_promo_new"
android:layout_width="wrap_content"
Expand Down

0 comments on commit b15a372

Please sign in to comment.