mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Change url icon by launch icon
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="24dp"
|
|
||||||
android:height="24dp"
|
|
||||||
android:viewportWidth="24.0"
|
|
||||||
android:viewportHeight="24.0">
|
|
||||||
<path
|
|
||||||
android:fillColor="#FFFFFFFF"
|
|
||||||
android:pathData="M9,16h6v-6h4l-7,-7 -7,7h4zM5,18h14v2L5,20z"/>
|
|
||||||
</vector>
|
|
||||||
5
app/src/main/res/drawable/ic_launch_white_24dp.xml
Normal file
5
app/src/main/res/drawable/ic_launch_white_24dp.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||||
|
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||||
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<path android:fillColor="#FF000000" android:pathData="M19,19H5V5h7V3H5c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2v-7h-2v7zM14,3v2h3.59l-9.83,9.83 1.41,1.41L19,6.41V10h2V3h-7z"/>
|
||||||
|
</vector>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
android:orderInCategory="21"
|
android:orderInCategory="21"
|
||||||
app:showAsAction="always" />
|
app:showAsAction="always" />
|
||||||
<item android:id="@+id/menu_goto_url"
|
<item android:id="@+id/menu_goto_url"
|
||||||
android:icon="@drawable/ic_file_upload_white_24dp"
|
android:icon="@drawable/ic_launch_white_24dp"
|
||||||
android:title="@string/menu_url"
|
android:title="@string/menu_url"
|
||||||
android:orderInCategory="22"
|
android:orderInCategory="22"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
|
|||||||
Reference in New Issue
Block a user