commit | cddba75cd2cf7c04f86da1be938b428bd2bc926a | [log] [tgz] |
---|---|---|
author | Gayane Petrosyan <[email protected]> | Wed Oct 14 18:06:37 2020 |
committer | Commit Bot <[email protected]> | Wed Oct 14 18:06:37 2020 |
tree | 0e2918d54cf0eab29823d17c1b1a31db8f4323cd | |
parent | befdecce24702176d819bdd4c931b6da00ac2d83 [diff] |
[Merge-87][Sh-Clank] Custom toast for error messages On Android 11, setGravity is deprecated. For text toasts is noop. Therefore, create toast from a custom view, for which setGravity still works. This is a short term solution. (cherry picked from commit 81c9fe43535abe55037ba925a07509f560572b75) Bug: 1135597 Change-Id: I8b382bb3dbe112601300bc0d8405591393da080e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2471597 Reviewed-by: Gayane Petrosyan <[email protected]> Commit-Queue: Gayane Petrosyan <[email protected]> Cr-Commit-Position: refs/branch-heads/4280@{#376} Cr-Branched-From: ea420fb963f9658c9969b6513c56b8f47efa1a2a-refs/heads/master@{#812852}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.