add map list tab
This commit is contained in:
parent
87a1471efe
commit
57d1273435
17 changed files with 527 additions and 82 deletions
9
app/src/main/res/drawable/ic_outline_scroll_24.xml
Normal file
9
app/src/main/res/drawable/ic_outline_scroll_24.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M8,2C6.355,2 5,3.355 5,5L5,16L2,16L2,19C2,20.645 3.355,22 5,22L14,22L15,22C16.645,22 18,20.645 18,19L18,8L22,8L22,5C22,3.355 20.645,2 19,2L8,2zM8,4L16.188,4C16.074,4.315 16,4.648 16,5L16,19C16,19.56 15.572,19.991 15.014,19.998L15.014,19.986C14.45,19.994 14.008,19.563 14,19L13.973,16.004L13,16.014L13,16L7,16L7,5C7,4.435 7.435,4 8,4zM19,4C19.565,4 20,4.435 20,5L20,6L18,6L18,5C18,4.435 18.435,4 19,4zM4,18L11.99,18L12,19.025L12,19.027C12.005,19.37 12.081,19.694 12.193,20L5,20C4.435,20 4,19.565 4,19L4,18z"/>
|
||||
</vector>
|
||||
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
<string name="home_lexicon">Lexique</string>
|
||||
<string name="home_quest_log">Journal de quêtes</string>
|
||||
<string name="home_location">Cartes</string>
|
||||
|
||||
<string name="lexicon_search">Rechercher</string>
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
<string name="home_lexicon">Lexicon</string>
|
||||
<string name="home_quest_log">Quest logs</string>
|
||||
<string name="home_location">Location</string>
|
||||
|
||||
<string name="lexicon_search">Search</string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue