tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

search_widget_small.xml (1489B)


      1 <?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public
      2   - License, v. 2.0. If a copy of the MPL was not distributed with this
      3   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      4 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      5    xmlns:tools="http://schemas.android.com/tools"
      6    android:layout_width="100dp"
      7    android:layout_height="50dp"
      8    xmlns:app="http://schemas.android.com/apk/res-auto"
      9    android:background="@drawable/rounded_search_widget_background"
     10    android:orientation="horizontal">
     11 
     12    <ImageView
     13        android:id="@+id/button_search_widget_new_tab_icon"
     14        android:layout_width="50dp"
     15        android:layout_height="50dp"
     16        android:padding="12dp"
     17        android:contentDescription="@string/search_widget_content_description_2"
     18        android:scaleX="1.5"
     19        android:scaleY="1.5"
     20        android:scaleType="centerInside" />
     21 
     22    <ImageView
     23        android:id="@+id/button_search_widget_voice"
     24        android:layout_width="50dp"
     25        android:layout_height="50dp"
     26        android:background="@android:color/transparent"
     27        android:contentDescription="@string/search_widget_voice"
     28        android:padding="10dp"
     29        android:scaleType="centerInside"
     30        android:src="@drawable/mozac_ic_microphone_24"
     31        android:tint="@color/fx_mobile_icon_color_primary"
     32        tools:ignore="AndroidSrcXmlDetector,UseAppTint" />
     33 </LinearLayout>