]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/bottom_app_bar_enabled_night.xml
5034437609f5469a7380a7e04b46f08d844e55e9
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / bottom_app_bar_enabled_night.xml
1 <!-- This file comes from the Android Material icon set, where it is called `call_to_action`.  It is released under the Apache License 2.0. -->
2 <vector
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     android:height="24dp"
5     android:width="24dp"
6     android:viewportHeight="24"
7     android:viewportWidth="24" >
8
9     <!-- A hard coded color must be used until API >= 21.  Then `@color` or `?attr/colorControlNormal` may be used instead. -->
10     <path
11         android:fillColor="#FF8AB4F8"
12         android:pathData="M21,3L3,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h18c1.1,0 2,-0.9 2,-2L23,5c0,-1.1 -0.9,-2 -2,-2zM21,19L3,19v-3h18v3z"/>
13 </vector>