diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-03-17 13:31:33 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-03-17 13:31:33 +0100 |
commit | d8a9d68bf84ac1ec7f8f176c70886b3ed9dfabc5 (patch) | |
tree | 28a6d9f75d9e226e948326fd786e6fdd607cbb3b /res | |
parent | 3b5e83c74f17a318162f39a2004fe33207de1f10 (diff) | |
download | AntennaPod-d8a9d68bf84ac1ec7f8f176c70886b3ed9dfabc5.zip |
Added authentication notification
Diffstat (limited to 'res')
-rwxr-xr-x | res/drawable-hdpi-v11/ic_stat_authentication.png | bin | 0 -> 467 bytes | |||
-rwxr-xr-x | res/drawable-hdpi/ic_stat_authentication.png | bin | 0 -> 648 bytes | |||
-rwxr-xr-x | res/drawable-mdpi-v11/ic_stat_authentication.png | bin | 0 -> 293 bytes | |||
-rwxr-xr-x | res/drawable-mdpi/ic_stat_authentication.png | bin | 0 -> 460 bytes | |||
-rwxr-xr-x | res/drawable-xhdpi-v11/ic_stat_authentication.png | bin | 0 -> 529 bytes | |||
-rwxr-xr-x | res/drawable-xhdpi/ic_stat_authentication.png | bin | 0 -> 882 bytes | |||
-rwxr-xr-x | res/drawable-xxhdpi/ic_stat_authentication.png | bin | 0 -> 1266 bytes | |||
-rw-r--r-- | res/values/strings.xml | 2 |
8 files changed, 2 insertions, 0 deletions
diff --git a/res/drawable-hdpi-v11/ic_stat_authentication.png b/res/drawable-hdpi-v11/ic_stat_authentication.png Binary files differnew file mode 100755 index 000000000..ad148cc6b --- /dev/null +++ b/res/drawable-hdpi-v11/ic_stat_authentication.png diff --git a/res/drawable-hdpi/ic_stat_authentication.png b/res/drawable-hdpi/ic_stat_authentication.png Binary files differnew file mode 100755 index 000000000..c6b5efd33 --- /dev/null +++ b/res/drawable-hdpi/ic_stat_authentication.png diff --git a/res/drawable-mdpi-v11/ic_stat_authentication.png b/res/drawable-mdpi-v11/ic_stat_authentication.png Binary files differnew file mode 100755 index 000000000..de69b17c0 --- /dev/null +++ b/res/drawable-mdpi-v11/ic_stat_authentication.png diff --git a/res/drawable-mdpi/ic_stat_authentication.png b/res/drawable-mdpi/ic_stat_authentication.png Binary files differnew file mode 100755 index 000000000..cadfb9643 --- /dev/null +++ b/res/drawable-mdpi/ic_stat_authentication.png diff --git a/res/drawable-xhdpi-v11/ic_stat_authentication.png b/res/drawable-xhdpi-v11/ic_stat_authentication.png Binary files differnew file mode 100755 index 000000000..f58fb21df --- /dev/null +++ b/res/drawable-xhdpi-v11/ic_stat_authentication.png diff --git a/res/drawable-xhdpi/ic_stat_authentication.png b/res/drawable-xhdpi/ic_stat_authentication.png Binary files differnew file mode 100755 index 000000000..4adfb636c --- /dev/null +++ b/res/drawable-xhdpi/ic_stat_authentication.png diff --git a/res/drawable-xxhdpi/ic_stat_authentication.png b/res/drawable-xxhdpi/ic_stat_authentication.png Binary files differnew file mode 100755 index 000000000..b274bb60f --- /dev/null +++ b/res/drawable-xxhdpi/ic_stat_authentication.png diff --git a/res/values/strings.xml b/res/values/strings.xml index 94d778b25..376320ad2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -116,6 +116,8 @@ <string name="download_type_media">Media file</string> <string name="download_type_image">Image</string> <string name="download_request_error_dialog_message_prefix">An error occurred when trying to download the file:\u0020</string> + <string name="authentication_notification_title">Authentication required</string> + <string name="authentication_notification_msg">The resource you requested requires a username and a password</string> <!-- Mediaplayer messages --> <string name="player_error_msg">Error!</string> |