Commit 67581c61 authored by gogerald's avatar gogerald Committed by Commit Bot

[StartSurface] Correct RTL for the tab switcher title

Screenshot:
https://drive.google.com/file/d/11nP7UVbol-7HM50Pm0LBcP5Mlwt8qzRL/view?usp=sharing

Bug: 1091041
Change-Id: I230f3e8be0fbb330dc23edc7782e61708ca74701
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230766
Auto-Submit: Ganggui Tang <gogerald@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775204}
parent de183138
......@@ -52,9 +52,10 @@
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:gravity="center_vertical|start"
android:paddingStart="6dp"
android:singleLine="true"
android:textAlignment="viewStart"
android:textAppearance="@style/TextAppearance.TextMediumThick.Primary"
android:text="@string/tab_switcher_carousel_title" />
<TextView
......
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