File: toolbar_on_bottom.xml

package info (click to toggle)
chromium 138.0.7204.183-1~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 6,080,960 kB
  • sloc: cpp: 34,937,079; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,954; asm: 946,768; xml: 739,971; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,811; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (45 lines) | stat: -rw-r--r-- 3,020 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<vector
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:name="vector"
    android:width="160dp"
    android:height="160dp"
    android:viewportWidth="160"
    android:viewportHeight="160">
    <group
        android:name="highlight_group">
        <path
            android:name="highlight"
            android:pathData="M 36 108 C 36 100.577 38.952 93.45 44.201 88.201 C 49.45 82.952 56.577 80 64 80 L 96 80 C 100.915 80 105.744 81.294 110 83.751 C 114.256 86.209 117.791 89.744 120.249 94 C 122.706 98.256 124 103.085 124 108 C 124 112.915 122.706 117.744 120.249 122 C 117.791 126.256 114.256 129.791 110 132.249 C 105.744 134.706 100.915 136 96 136 L 64 136 C 56.577 136 49.45 133.048 44.201 127.799 C 38.952 122.55 36 115.423 36 108"
            android:fillColor="@color/address_bar_preference_header_background"
            android:strokeWidth="1"/>
    </group>
    <path
        android:name="phone_background"
        android:pathData="M 102 122 L 102 38 C 102 37.205 101.684 36.441 101.121 35.879 C 100.559 35.316 99.795 35 99 35 L 61 35 C 60.205 35 59.441 35.316 58.879 35.879 C 58.316 36.441 58 37.205 58 38 L 58 122 C 58 122.795 58.316 123.559 58.879 124.121 C 59.441 124.684 60.205 125 61 125 L 99 125 C 99.795 125 100.559 124.684 101.121 124.121 C 101.684 123.559 102 122.795 102 122"
        android:fillColor="@color/address_bar_preference_header_background"/>
    <group
        android:name="address_bar">
        <path
            android:name="address_bar_background"
            android:pathData="M 58 125 L 102 125 L 102 116 L 58 116 L 58 125 Z"
            android:fillColor="@color/address_bar_preference_header_primary"
            android:strokeWidth="1"/>
        <path
            android:name="address_bar_foreground"
            android:pathData="M 67.5 118 L 92.5 118 C 93.163 118 93.799 118.264 94.268 118.732 C 94.736 119.201 95 119.837 95 120.5 C 95 121.163 94.736 121.799 94.268 122.268 C 93.799 122.736 93.163 123 92.5 123 L 67.5 123 C 66.837 123 66.201 122.736 65.732 122.268 C 65.264 121.799 65 121.163 65 120.5 C 65 119.837 65.264 119.201 65.732 118.732 C 66.201 118.264 66.837 118 67.5 118"
            android:fillColor="@color/address_bar_preference_header_background"
            android:strokeWidth="1"/>
    </group>
    <path
        android:name="phone_border"
        android:pathData="M 102 122 L 102 38 C 102 37.205 101.684 36.441 101.121 35.879 C 100.559 35.316 99.795 35 99 35 L 61 35 C 60.205 35 59.441 35.316 58.879 35.879 C 58.316 36.441 58 37.205 58 38 L 58 122 C 58 122.795 58.316 123.559 58.879 124.121 C 59.441 124.684 60.205 125 61 125 L 99 125 C 99.795 125 100.559 124.684 101.121 124.121 C 101.684 123.559 102 122.795 102 122"
        android:strokeColor="@color/address_bar_preference_header_primary"
        android:strokeWidth="2"/>
</vector>