Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<service
android:name=".NetbirdTileService"
android:exported="true"
android:icon="@drawable/ic_netbird_btn"
android:icon="@drawable/ic_netbird_tile"
android:label="@string/quick_settings_tile_label"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
<intent-filter>
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/res/drawable/ic_netbird_tile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="18dp"
android:viewportWidth="31"
android:viewportHeight="23">
<path
android:fillColor="#FFFFFF"
android:pathData="M21.463,0.523C17.817,0.858 16.003,2.957 15.317,4.019L4.664,22.473H17.516L30.193,0.523H21.463Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M17.527,22.474L0,3.885C0,3.885 19.818,-1.441 21.749,15.174L17.527,22.474Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M14.924,4.706L9.547,14.021L17.516,22.475L21.739,15.158C21.07,9.447 18.285,6.328 14.924,4.697Z" />
</vector>
Loading