mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -04:00
Change content description in file picker floating button
This commit is contained in:
parent
d7b15a3889
commit
5677ff133a
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user