Change content description in file picker floating button

This commit is contained in:
MohitMali 2022-09-23 12:07:29 +05:30
parent d7b15a3889
commit 5677ff133a
2 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="10dp"
android:layout_marginBottom="66dp"
android:contentDescription="@string/app_name"
android:contentDescription="@string/select_zim_file"
android:src="@drawable/ic_add_blue_24dp"
app:backgroundTint="@color/black"
app:fabSize="auto"

View File

@ -7,4 +7,5 @@
<string name="send_files_title">Send Files</string>
<string name="receive_files_title">Receive Files</string>
<string name="no_app_found_to_open">No app found to select zim file!</string>
<string name="select_zim_file">Select zim file to read</string>
</resources>