Wo sind in Chrom die Benutzeroberfläche komponiert?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wo sind in Chrom die Benutzeroberfläche komponiert?

by Anonymous » 14 Apr 2025, 10:34

Ich versuche, Chrom (nicht über Erweiterungen), insbesondere auf Android, eine UI -Funktionalität hinzuzufügen. Code.

Code: Select all






Ich erwarte nicht, dass es XML/HTML ist. In Android können Sie es auch programmatisch tun, z. B. < /p>

Code: Select all

// Not exactly. Just a demonstration.
Layout layout = new Layout()
Text text = new Text()
layout.add(text)
Wo ist die Zusammensetzung dieser Elemente? /> [*] UI/Ansichten/

Aber ich habe nicht gesehen, was ich will. />[*]https://github.com/chromium/chromium/bl ... home_ui.cc
[*]https://github.com/chromium/chromium/tr ... w_tab_page
​​ Sough. zusammen?
Die Definition der UI -Komponenten?>

Top