Open: better icon
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
bbe058418b
commit
f00622a2a9
7
app/src/main/res/drawable/ic_action_open.xml
Normal file
7
app/src/main/res/drawable/ic_action_open.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:width="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path android:fillColor="#fff" android:pathData="M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M11,15V12H9V15H6V17H9V20H11V17H14V15H11Z" />
|
||||
</vector>
|
@ -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:pathData="M6,2c-1.1,0 -1.99,0.9 -1.99,2L4,20c0,1.1 0.89,2 1.99,2L18,22c1.1,0 2,-0.9 2,-2L20,8l-6,-6L6,2zM13,9L13,3.5L18.5,9L13,9z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
@ -9,7 +9,7 @@
|
||||
<item
|
||||
android:id="@+id/menu_action_import"
|
||||
android:alphabeticShortcut="o"
|
||||
android:icon="@drawable/ic_open"
|
||||
android:icon="@drawable/ic_action_open"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/import_config" />
|
||||
</menu>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<item quantity="one">%d configuration selected</item>
|
||||
<item quantity="other">%d configurations selected</item>
|
||||
</plurals>
|
||||
<string name="add">Add</string>
|
||||
<string name="add">Add empty config</string>
|
||||
<string name="add_activity_title">New WireGuard configuration</string>
|
||||
<string name="add_peer">Add peer</string>
|
||||
<string name="addresses">Addresses</string>
|
||||
@ -25,7 +25,7 @@
|
||||
<string name="hint_optional">(optional)</string>
|
||||
<string name="hint_random">(random)</string>
|
||||
<string name="iface">Interface</string>
|
||||
<string name="import_config">Import</string>
|
||||
<string name="import_config">Import config from file</string>
|
||||
<string name="listen_port">Listen port</string>
|
||||
<string name="mtu">MTU</string>
|
||||
<string name="name">Name</string>
|
||||
|
Loading…
Reference in New Issue
Block a user