зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1393504 - Ellipsize URL in Custom Tabs in the middle r=nechen
MozReview-Commit-ID: B6SqqP0TAE8
This commit is contained in:
Родитель
3bbcabf1f2
Коммит
2278d059f8
|
@ -40,7 +40,7 @@
|
|||
android:id="@+id/custom_tabs_action_bar_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="1"
|
||||
android:lines="1"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textSize="14sp"
|
||||
tools:text="Mozilla.org"/>
|
||||
|
@ -49,9 +49,12 @@
|
|||
android:id="@+id/custom_tabs_action_bar_url"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="1"
|
||||
android:lines="1"
|
||||
android:singleLine="true"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textSize="10sp"
|
||||
android:ellipsize="middle"
|
||||
android:scrollHorizontally="true"
|
||||
tools:text="https://mozilla.org"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Загрузка…
Ссылка в новой задаче