Change "Archived" notifications to "Read" notifications (#3554)

* Change archived to read

* Change string names
This commit is contained in:
Anmol Gupta 2020-03-20 19:50:20 +05:30 committed by GitHub
parent fb51fc618a
commit a63a3580de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 130 additions and 130 deletions

View file

@ -6,5 +6,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:icon="@drawable/ic_more_vert_white_24dp"
android:title="@string/menu_option_archived" />
android:title="@string/menu_option_read" />
</menu>