Commit 5f11e9ed authored by Becky Zhou's avatar Becky Zhou Committed by Commit Bot

[NTP OptOut] Make expand icon right aligned on the screen

+ Make expand icon right aligned for the expandable header with 16dp
  right padding

Bug: 821462
Change-Id: I17f24f891013479c3297e062e5e72f04c1257115
Reviewed-on: https://chromium-review.googlesource.com/960925Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Becky Zhou <huayinz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543258}
parent cd1539c5
...@@ -14,8 +14,9 @@ ...@@ -14,8 +14,9 @@
<TextView <TextView
android:id="@+id/header_title" android:id="@+id/header_title"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1"
android:textAppearance="@style/BlackCaption" /> android:textAppearance="@style/BlackCaption" />
<org.chromium.chrome.browser.widget.TintedImageView <org.chromium.chrome.browser.widget.TintedImageView
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment