Create a appmenu to be opened by three dots

This menu is located in the `ChooseActivity`, helps managing apps (info 
/ delete)
This commit is contained in:
Finn M Glas 2020-05-30 00:42:23 +02:00
parent 7b623e97d8
commit f40cee392e
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
5 changed files with 40 additions and 10 deletions

View file

@ -11,7 +11,8 @@
<string name="fas_donate" translatable="false">&#xf4b9;</string>
<string name="fas_share" translatable="false">&#xf064;</string>
<string name="fas_trash" translatable="false">&#xf1f8;</string>
<string name="fas_times" translatable="false">&#xf00d;</string>
<string name="fas_times" translatable="false">&#xf00d;</string> <!-- 'close' -->
<string name="fas_three_dots" translatable="false">&#xf142;</string> <!-- 'ellipsis-v' -->
<!-- icons that can be used with type="brands" -->
<string name="fab_apple" translatable="false">&#xf179;</string>