Fix potential crashes

This commit is contained in:
tom79 2019-06-08 18:00:47 +02:00
parent f2a7929b76
commit e84ab4da29
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#14161B"
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="M23,12l-2.44,-2.78 0.34,-3.68 -3.61,-0.82 -1.89,-3.18L12,3 8.6,1.54 6.71,4.72l-3.61,0.81 0.34,3.68L1,12l2.44,2.78 -0.34,3.69 3.61,0.82 1.89,3.18L12,21l3.4,1.46 1.89,-3.18 3.61,-0.82 -0.34,-3.68L23,12zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z"/>
</vector>

View File

@ -8,10 +8,15 @@
>
<menu>
<group android:checkableBehavior="single">
<item
android:id="@+id/menu_none"
android:title=""
android:visible="false"/>
<item
android:id="@+id/nav_news"
android:icon="@drawable/ic_new_releases_black"
android:title="@string/action_news" />
<item
android:id="@+id/nav_list"
android:icon="@drawable/ic_list"

View File

@ -989,6 +989,7 @@
<string name="refresh_cache">Refresh cache</string>
<string name="see_boost_and_fav">See who boosted and added to favorites</string>
<string name="mention_status">Mention the status</string>
<string name="action_news">News</string>
<plurals name="number_of_vote">
<item quantity="one">%d vote</item>
<item quantity="other">%d votes</item>