Przeprowadzka
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2014 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="androidx.core" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="21" />
|
||||
|
||||
<permission
|
||||
android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<uses-permission android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
|
||||
|
||||
<application android:appComponentFactory="androidx.core.app.CoreComponentFactory" />
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,178 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
aarFormatVersion=1.0
|
||||
aarMetadataVersion=1.0
|
||||
minCompileSdk=35
|
||||
minCompileSdkExtension=0
|
||||
minAndroidGradlePluginVersion=8.6.0
|
||||
coreLibraryDesugaringEnabled=false
|
||||
@@ -0,0 +1,211 @@
|
||||
int attr alpha 0x0
|
||||
int attr font 0x0
|
||||
int attr fontProviderAuthority 0x0
|
||||
int attr fontProviderCerts 0x0
|
||||
int attr fontProviderFallbackQuery 0x0
|
||||
int attr fontProviderFetchStrategy 0x0
|
||||
int attr fontProviderFetchTimeout 0x0
|
||||
int attr fontProviderPackage 0x0
|
||||
int attr fontProviderQuery 0x0
|
||||
int attr fontProviderSystemFontFamily 0x0
|
||||
int attr fontStyle 0x0
|
||||
int attr fontVariationSettings 0x0
|
||||
int attr fontWeight 0x0
|
||||
int attr lStar 0x0
|
||||
int attr nestedScrollViewStyle 0x0
|
||||
int attr queryPatterns 0x0
|
||||
int attr shortcutMatchRequired 0x0
|
||||
int attr ttcIndex 0x0
|
||||
int color androidx_core_ripple_material_light 0x0
|
||||
int color androidx_core_secondary_text_default_material_light 0x0
|
||||
int color call_notification_answer_color 0x0
|
||||
int color call_notification_decline_color 0x0
|
||||
int color notification_action_color_filter 0x0
|
||||
int color notification_icon_bg_color 0x0
|
||||
int dimen compat_button_inset_horizontal_material 0x0
|
||||
int dimen compat_button_inset_vertical_material 0x0
|
||||
int dimen compat_button_padding_horizontal_material 0x0
|
||||
int dimen compat_button_padding_vertical_material 0x0
|
||||
int dimen compat_control_corner_material 0x0
|
||||
int dimen compat_notification_large_icon_max_height 0x0
|
||||
int dimen compat_notification_large_icon_max_width 0x0
|
||||
int dimen notification_action_icon_size 0x0
|
||||
int dimen notification_action_text_size 0x0
|
||||
int dimen notification_big_circle_margin 0x0
|
||||
int dimen notification_content_margin_start 0x0
|
||||
int dimen notification_large_icon_height 0x0
|
||||
int dimen notification_large_icon_width 0x0
|
||||
int dimen notification_main_column_padding_top 0x0
|
||||
int dimen notification_media_narrow_margin 0x0
|
||||
int dimen notification_right_icon_size 0x0
|
||||
int dimen notification_right_side_padding_top 0x0
|
||||
int dimen notification_small_icon_background_padding 0x0
|
||||
int dimen notification_small_icon_size_as_large 0x0
|
||||
int dimen notification_subtext_size 0x0
|
||||
int dimen notification_top_pad 0x0
|
||||
int dimen notification_top_pad_large_text 0x0
|
||||
int drawable ic_call_answer 0x0
|
||||
int drawable ic_call_answer_low 0x0
|
||||
int drawable ic_call_answer_video 0x0
|
||||
int drawable ic_call_answer_video_low 0x0
|
||||
int drawable ic_call_decline 0x0
|
||||
int drawable ic_call_decline_low 0x0
|
||||
int drawable notification_action_background 0x0
|
||||
int drawable notification_bg 0x0
|
||||
int drawable notification_bg_low 0x0
|
||||
int drawable notification_bg_low_normal 0x0
|
||||
int drawable notification_bg_low_pressed 0x0
|
||||
int drawable notification_bg_normal 0x0
|
||||
int drawable notification_bg_normal_pressed 0x0
|
||||
int drawable notification_icon_background 0x0
|
||||
int drawable notification_oversize_large_icon_bg 0x0
|
||||
int drawable notification_template_icon_bg 0x0
|
||||
int drawable notification_template_icon_low_bg 0x0
|
||||
int drawable notification_tile_bg 0x0
|
||||
int drawable notify_panel_notification_icon_bg 0x0
|
||||
int id accessibility_action_clickable_span 0x0
|
||||
int id accessibility_custom_action_0 0x0
|
||||
int id accessibility_custom_action_1 0x0
|
||||
int id accessibility_custom_action_10 0x0
|
||||
int id accessibility_custom_action_11 0x0
|
||||
int id accessibility_custom_action_12 0x0
|
||||
int id accessibility_custom_action_13 0x0
|
||||
int id accessibility_custom_action_14 0x0
|
||||
int id accessibility_custom_action_15 0x0
|
||||
int id accessibility_custom_action_16 0x0
|
||||
int id accessibility_custom_action_17 0x0
|
||||
int id accessibility_custom_action_18 0x0
|
||||
int id accessibility_custom_action_19 0x0
|
||||
int id accessibility_custom_action_2 0x0
|
||||
int id accessibility_custom_action_20 0x0
|
||||
int id accessibility_custom_action_21 0x0
|
||||
int id accessibility_custom_action_22 0x0
|
||||
int id accessibility_custom_action_23 0x0
|
||||
int id accessibility_custom_action_24 0x0
|
||||
int id accessibility_custom_action_25 0x0
|
||||
int id accessibility_custom_action_26 0x0
|
||||
int id accessibility_custom_action_27 0x0
|
||||
int id accessibility_custom_action_28 0x0
|
||||
int id accessibility_custom_action_29 0x0
|
||||
int id accessibility_custom_action_3 0x0
|
||||
int id accessibility_custom_action_30 0x0
|
||||
int id accessibility_custom_action_31 0x0
|
||||
int id accessibility_custom_action_4 0x0
|
||||
int id accessibility_custom_action_5 0x0
|
||||
int id accessibility_custom_action_6 0x0
|
||||
int id accessibility_custom_action_7 0x0
|
||||
int id accessibility_custom_action_8 0x0
|
||||
int id accessibility_custom_action_9 0x0
|
||||
int id action_container 0x0
|
||||
int id action_divider 0x0
|
||||
int id action_image 0x0
|
||||
int id action_text 0x0
|
||||
int id actions 0x0
|
||||
int id async 0x0
|
||||
int id blocking 0x0
|
||||
int id chronometer 0x0
|
||||
int id dialog_button 0x0
|
||||
int id edit_text_id 0x0
|
||||
int id forever 0x0
|
||||
int id hide_ime_id 0x0
|
||||
int id icon 0x0
|
||||
int id icon_group 0x0
|
||||
int id info 0x0
|
||||
int id italic 0x0
|
||||
int id line1 0x0
|
||||
int id line3 0x0
|
||||
int id normal 0x0
|
||||
int id notification_background 0x0
|
||||
int id notification_main_column 0x0
|
||||
int id notification_main_column_container 0x0
|
||||
int id right_icon 0x0
|
||||
int id right_side 0x0
|
||||
int id tag_accessibility_actions 0x0
|
||||
int id tag_accessibility_clickable_spans 0x0
|
||||
int id tag_accessibility_heading 0x0
|
||||
int id tag_accessibility_pane_title 0x0
|
||||
int id tag_compat_insets_dispatch 0x0
|
||||
int id tag_on_apply_window_listener 0x0
|
||||
int id tag_on_receive_content_listener 0x0
|
||||
int id tag_on_receive_content_mime_types 0x0
|
||||
int id tag_screen_reader_focusable 0x0
|
||||
int id tag_state_description 0x0
|
||||
int id tag_system_bar_state_monitor 0x0
|
||||
int id tag_transition_group 0x0
|
||||
int id tag_unhandled_key_event_manager 0x0
|
||||
int id tag_unhandled_key_listeners 0x0
|
||||
int id tag_window_insets_animation_callback 0x0
|
||||
int id text 0x0
|
||||
int id text2 0x0
|
||||
int id time 0x0
|
||||
int id title 0x0
|
||||
int integer status_bar_notification_info_maxnum 0x0
|
||||
int layout custom_dialog 0x0
|
||||
int layout ime_base_split_test_activity 0x0
|
||||
int layout ime_secondary_split_test_activity 0x0
|
||||
int layout notification_action 0x0
|
||||
int layout notification_action_tombstone 0x0
|
||||
int layout notification_template_custom_big 0x0
|
||||
int layout notification_template_icon_group 0x0
|
||||
int layout notification_template_part_chronometer 0x0
|
||||
int layout notification_template_part_time 0x0
|
||||
int string call_notification_answer_action 0x0
|
||||
int string call_notification_answer_video_action 0x0
|
||||
int string call_notification_decline_action 0x0
|
||||
int string call_notification_hang_up_action 0x0
|
||||
int string call_notification_incoming_text 0x0
|
||||
int string call_notification_ongoing_text 0x0
|
||||
int string call_notification_screening_text 0x0
|
||||
int string status_bar_notification_info_overflow 0x0
|
||||
int style TextAppearance_Compat_Notification 0x0
|
||||
int style TextAppearance_Compat_Notification_Info 0x0
|
||||
int style TextAppearance_Compat_Notification_Line2 0x0
|
||||
int style TextAppearance_Compat_Notification_Time 0x0
|
||||
int style TextAppearance_Compat_Notification_Title 0x0
|
||||
int style Widget_Compat_NotificationActionContainer 0x0
|
||||
int style Widget_Compat_NotificationActionText 0x0
|
||||
int[] styleable Capability { 0x0, 0x0 }
|
||||
int styleable Capability_queryPatterns 0
|
||||
int styleable Capability_shortcutMatchRequired 1
|
||||
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
|
||||
int styleable ColorStateListItem_alpha 0
|
||||
int styleable ColorStateListItem_android_alpha 1
|
||||
int styleable ColorStateListItem_android_color 2
|
||||
int styleable ColorStateListItem_android_lStar 3
|
||||
int styleable ColorStateListItem_lStar 4
|
||||
int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable FontFamily_fontProviderAuthority 0
|
||||
int styleable FontFamily_fontProviderCerts 1
|
||||
int styleable FontFamily_fontProviderFallbackQuery 2
|
||||
int styleable FontFamily_fontProviderFetchStrategy 3
|
||||
int styleable FontFamily_fontProviderFetchTimeout 4
|
||||
int styleable FontFamily_fontProviderPackage 5
|
||||
int styleable FontFamily_fontProviderQuery 6
|
||||
int styleable FontFamily_fontProviderSystemFontFamily 7
|
||||
int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
||||
int styleable FontFamilyFont_android_font 0
|
||||
int styleable FontFamilyFont_android_fontStyle 1
|
||||
int styleable FontFamilyFont_android_fontVariationSettings 2
|
||||
int styleable FontFamilyFont_android_fontWeight 3
|
||||
int styleable FontFamilyFont_android_ttcIndex 4
|
||||
int styleable FontFamilyFont_font 5
|
||||
int styleable FontFamilyFont_fontStyle 6
|
||||
int styleable FontFamilyFont_fontVariationSettings 7
|
||||
int styleable FontFamilyFont_fontWeight 8
|
||||
int styleable FontFamilyFont_ttcIndex 9
|
||||
int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
|
||||
int styleable GradientColor_android_centerColor 0
|
||||
int styleable GradientColor_android_centerX 1
|
||||
int styleable GradientColor_android_centerY 2
|
||||
int styleable GradientColor_android_endColor 3
|
||||
int styleable GradientColor_android_endX 4
|
||||
int styleable GradientColor_android_endY 5
|
||||
int styleable GradientColor_android_gradientRadius 6
|
||||
int styleable GradientColor_android_startColor 7
|
||||
int styleable GradientColor_android_startX 8
|
||||
int styleable GradientColor_android_startY 9
|
||||
int styleable GradientColor_android_tileMode 10
|
||||
int styleable GradientColor_android_type 11
|
||||
int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
|
||||
int styleable GradientColorItem_android_color 0
|
||||
int styleable GradientColorItem_android_offset 1
|
||||
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Copyright 2015, The Android Open Source Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.support.v4.os;
|
||||
|
||||
@JavaOnlyStableParcelable parcelable ResultReceiver;
|
||||
@@ -0,0 +1 @@
|
||||
/Users/krzysiek/Projekty/Aplikacje/PRYWATNE/Studia/LABY_PIOTREK/HomePantry/obj/Debug/net10.0-android/lp/109.stamp
|
||||
@@ -0,0 +1,16 @@
|
||||
# Never inline methods, but allow shrinking and obfuscation.
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
style TextAppearance_Compat_Notification
|
||||
style TextAppearance_Compat_Notification_Info
|
||||
style TextAppearance_Compat_Notification_Line2
|
||||
style TextAppearance_Compat_Notification_Time
|
||||
style TextAppearance_Compat_Notification_Title
|
||||
attr alpha
|
||||
attr font
|
||||
attr fontProviderAuthority
|
||||
attr fontProviderCerts
|
||||
attr fontProviderFetchStrategy
|
||||
attr fontProviderFetchTimeout
|
||||
attr fontProviderPackage
|
||||
attr fontProviderQuery
|
||||
attr fontProviderSystemFontFamily
|
||||
attr fontStyle
|
||||
attr fontVariationSettings
|
||||
attr fontWeight
|
||||
attr lStar
|
||||
attr queryPatterns
|
||||
attr shortcutMatchRequired
|
||||
attr ttcIndex
|
||||
|
After Width: | Height: | Size: 176 B |
|
After Width: | Height: | Size: 181 B |
|
After Width: | Height: | Size: 176 B |
|
After Width: | Height: | Size: 180 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 107 B |
|
After Width: | Height: | Size: 165 B |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 165 B |
|
After Width: | Height: | Size: 171 B |
|
After Width: | Height: | Size: 98 B |
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2017 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/androidx_core_ripple_material_light">
|
||||
<item android:id="@android:id/mask">
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:insetLeft="@dimen/compat_button_inset_horizontal_material"
|
||||
android:insetTop="@dimen/compat_button_inset_vertical_material"
|
||||
android:insetRight="@dimen/compat_button_inset_horizontal_material"
|
||||
android:insetBottom="@dimen/compat_button_inset_vertical_material">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="@dimen/compat_control_corner_material" />
|
||||
<solid android:color="@android:color/white" />
|
||||
<padding android:left="@dimen/compat_button_padding_horizontal_material"
|
||||
android:top="@dimen/compat_button_padding_vertical_material"
|
||||
android:right="@dimen/compat_button_padding_horizontal_material"
|
||||
android:bottom="@dimen/compat_button_padding_vertical_material" />
|
||||
</shape>
|
||||
</inset>
|
||||
</item>
|
||||
</ripple>
|
||||
|
After Width: | Height: | Size: 200 B |
|
After Width: | Height: | Size: 210 B |
|
After Width: | Height: | Size: 200 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 138 B |
@@ -0,0 +1,36 @@
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:targetApi="21"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20"
|
||||
android:tint="?android:attr/colorControlNormal"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M6.0168,3.3333L6.5751,5.575L4.6668,7.4916C3.8751,5.7166 3.6001,4.1916
|
||||
3.4834,3.3333H6.0168ZM14.4251,13.375L16.6668,13.9416V16.5166C15.8084,16.4 14.2668,16.125
|
||||
12.4834,15.325L14.4251,13.375ZM6.3418,1.6666H2.5668C2.0918,1.6666 1.7001,2.0666
|
||||
1.7334,2.5416C2.4834,12.875 11.7668,18.275 17.5168,18.275C17.9668,18.275 18.3334,17.9
|
||||
18.3334,17.4416V13.6166C18.3334,13.0416 17.9418,12.5416
|
||||
17.3834,12.4083L14.5918,11.7083C14.2251,11.6166 13.7584,11.6833
|
||||
13.4084,12.0333L10.9251,14.5166C8.6751,13.1833 6.7918,11.3
|
||||
5.4668,9.0416L7.9168,6.5916C8.2251,6.2833 8.3501,5.8333
|
||||
8.2418,5.4083L7.5584,2.6166C7.4168,2.0583 6.9168,1.6666 6.3418,1.6666Z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,33 @@
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M6.0168,3.3333L6.5751,5.575L4.6668,7.4916C3.8751,5.7166 3.6001,4.1916
|
||||
3.4834,3.3333H6.0168ZM14.4251,13.375L16.6668,13.9416V16.5166C15.8084,16.4 14.2668,16.125
|
||||
12.4834,15.325L14.4251,13.375ZM6.3418,1.6666H2.5668C2.0918,1.6666 1.7001,2.0666
|
||||
1.7334,2.5416C2.4834,12.875 11.7668,18.275 17.5168,18.275C17.9668,18.275 18.3334,17.9
|
||||
18.3334,17.4416V13.6166C18.3334,13.0416 17.9418,12.5416
|
||||
17.3834,12.4083L14.5918,11.7083C14.2251,11.6166 13.7584,11.6833
|
||||
13.4084,12.0333L10.9251,14.5166C8.6751,13.1833 6.7918,11.3
|
||||
5.4668,9.0416L7.9168,6.5916C8.2251,6.2833 8.3501,5.8333
|
||||
8.2418,5.4083L7.5584,2.6166C7.4168,2.0583 6.9168,1.6666 6.3418,1.6666Z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,29 @@
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:targetApi="21"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20"
|
||||
android:tint="?android:attr/colorControlNormal"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M15,8v8H5V8h10m1,-2H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0
|
||||
1,-0.45 1,-1v-3.5l4,4v-11l-4,4V7c0,-0.55 -0.45,-1 -1,-1z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,26 @@
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M15,8v8H5V8h10m1,-2H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0
|
||||
1,-0.45 1,-1v-3.5l4,4v-11l-4,4V7c0,-0.55 -0.45,-1 -1,-1z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,38 @@
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:targetApi="21"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20"
|
||||
android:tint="?android:attr/colorControlNormal"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M5.2834,9.3083V10.7833L4.1084,11.4916L3.1334,10.5166C3.8084,10.0416
|
||||
4.5251,9.6333 5.2834,9.3083ZM14.75,9.325C15.4917,9.65 16.2084,10.05
|
||||
16.875,10.525L15.925,11.475L14.75,10.7666V9.325ZM9.975,6.6666C6.8584,6.6666 3.725,7.7333
|
||||
1.1751,9.9416C0.8084,10.2583 0.9667,10.7166 1.1501,10.9L3.2917,13.0416C3.4917,13.2333
|
||||
3.7417,13.3333 4.0001,13.3333C4.175,13.3333 4.35,13.2833
|
||||
4.5084,13.1916L6.4667,12.0166C6.725,11.8583 6.95,11.5583 6.95,11.1666V8.3833C7.95,8.125
|
||||
8.975,8 10.0084,8C11.0417,8 12.075,8.1333 13.0834,8.3916V11.1416C13.0834,11.4916
|
||||
13.2667,11.8166 13.5667,11.9916L15.525,13.1666C15.6834,13.2583 15.8584,13.3083
|
||||
16.0334,13.3083C16.2917,13.3083 16.5417,13.2083
|
||||
16.7334,13.0166L18.85,10.9C19.1167,10.6333 19.1167,10.1916 18.825,9.9416C16.3334,7.7833
|
||||
13.1667,6.6666 9.975,6.6666Z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,35 @@
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="20"
|
||||
android:viewportHeight="20"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M5.2834,9.3083V10.7833L4.1084,11.4916L3.1334,10.5166C3.8084,10.0416
|
||||
4.5251,9.6333 5.2834,9.3083ZM14.75,9.325C15.4917,9.65 16.2084,10.05
|
||||
16.875,10.525L15.925,11.475L14.75,10.7666V9.325ZM9.975,6.6666C6.8584,6.6666 3.725,7.7333
|
||||
1.1751,9.9416C0.8084,10.2583 0.9667,10.7166 1.1501,10.9L3.2917,13.0416C3.4917,13.2333
|
||||
3.7417,13.3333 4.0001,13.3333C4.175,13.3333 4.35,13.2833
|
||||
4.5084,13.1916L6.4667,12.0166C6.725,11.8583 6.95,11.5583 6.95,11.1666V8.3833C7.95,8.125
|
||||
8.975,8 10.0084,8C11.0417,8 12.075,8.1333 13.0834,8.3916V11.1416C13.0834,11.4916
|
||||
13.2667,11.8166 13.5667,11.9916L15.525,13.1666C15.6834,13.2583 15.8584,13.3083
|
||||
16.0334,13.3083C16.2917,13.3083 16.5417,13.2083
|
||||
16.7334,13.0166L18.85,10.9C19.1167,10.6333 19.1167,10.1916 18.825,9.9416C16.3334,7.7833
|
||||
13.1667,6.6666 9.975,6.6666Z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
|
||||
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/notification_bg_normal_pressed" />
|
||||
<item android:state_pressed="false" android:drawable="@drawable/notification_bg_normal" />
|
||||
</selector>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
|
||||
|
||||
<item android:state_pressed="true" android:drawable="@drawable/notification_bg_low_pressed" />
|
||||
<item android:state_pressed="false" android:drawable="@drawable/notification_bg_low_normal" />
|
||||
</selector>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid
|
||||
android:color="@color/notification_icon_bg_color"/>
|
||||
</shape>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:tileMode="repeat"
|
||||
android:src="@drawable/notify_panel_notification_icon_bg"
|
||||
/>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/Widget.Compat.NotificationActionContainer"
|
||||
android:id="@+id/action_container"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="48dp"
|
||||
android:paddingStart="4dp"
|
||||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:id="@+id/action_image"
|
||||
android:layout_width="@dimen/notification_action_icon_size"
|
||||
android:layout_height="@dimen/notification_action_icon_size"
|
||||
android:layout_gravity="center|start"
|
||||
android:scaleType="centerInside"/>
|
||||
<TextView
|
||||
style="@style/Widget.Compat.NotificationActionText"
|
||||
android:id="@+id/action_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center|start"
|
||||
android:paddingStart="4dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:clickable="false"/>
|
||||
</LinearLayout>
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/Widget.Compat.NotificationActionContainer"
|
||||
android:id="@+id/action_container"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="48dp"
|
||||
android:paddingStart="4dp"
|
||||
android:orientation="horizontal"
|
||||
android:enabled="false"
|
||||
android:background="@null">
|
||||
<ImageView
|
||||
android:id="@+id/action_image"
|
||||
android:layout_width="@dimen/notification_action_icon_size"
|
||||
android:layout_height="@dimen/notification_action_icon_size"
|
||||
android:layout_gravity="center|start"
|
||||
android:scaleType="centerInside"
|
||||
android:enabled="false"
|
||||
android:alpha="0.5"/>
|
||||
<TextView
|
||||
style="@style/Widget.Compat.NotificationActionText"
|
||||
android:id="@+id/action_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center|start"
|
||||
android:paddingStart="4dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:clickable="false"
|
||||
android:enabled="false"
|
||||
android:alpha="0.5"/>
|
||||
</LinearLayout>
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2016 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/notification_background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" >
|
||||
<include layout="@layout/notification_template_icon_group"
|
||||
android:layout_width="@dimen/notification_large_icon_width"
|
||||
android:layout_height="@dimen/notification_large_icon_height"
|
||||
/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top"
|
||||
android:layout_marginStart="@dimen/notification_large_icon_width"
|
||||
android:orientation="vertical" >
|
||||
<LinearLayout
|
||||
android:id="@+id/notification_main_column_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="@dimen/notification_large_icon_height"
|
||||
android:orientation="horizontal">
|
||||
<FrameLayout
|
||||
android:id="@+id/notification_main_column"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="8dp"/>
|
||||
<FrameLayout
|
||||
android:id="@+id/right_side"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:paddingTop="@dimen/notification_right_side_padding_top">
|
||||
<ViewStub android:id="@+id/time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|top"
|
||||
android:visibility="gone"
|
||||
android:layout="@layout/notification_template_part_time" />
|
||||
<ViewStub android:id="@+id/chronometer"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|top"
|
||||
android:visibility="gone"
|
||||
android:layout="@layout/notification_template_part_chronometer" />
|
||||
<TextView android:id="@+id/info"
|
||||
android:textAppearance="@style/TextAppearance.Compat.Notification.Info"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_gravity="end|bottom"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:id="@+id/action_divider"
|
||||
android:visibility="gone"
|
||||
android:background="#29000000" />
|
||||
<LinearLayout
|
||||
android:id="@+id/actions"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="-8dp"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone"
|
||||
>
|
||||
<!-- actions will be added here -->
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2017 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="@dimen/notification_large_icon_width"
|
||||
android:layout_height="@dimen/notification_large_icon_height"
|
||||
android:id="@+id/icon_group"
|
||||
>
|
||||
<ImageView android:id="@+id/icon"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="@dimen/notification_big_circle_margin"
|
||||
android:layout_marginBottom="@dimen/notification_big_circle_margin"
|
||||
android:layout_marginStart="@dimen/notification_big_circle_margin"
|
||||
android:layout_marginEnd="@dimen/notification_big_circle_margin"
|
||||
android:scaleType="centerInside"
|
||||
/>
|
||||
<ImageView android:id="@+id/right_icon"
|
||||
android:layout_width="@dimen/notification_right_icon_size"
|
||||
android:layout_height="@dimen/notification_right_icon_size"
|
||||
android:layout_gravity="end|bottom"
|
||||
android:scaleType="centerInside"
|
||||
android:visibility="gone"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
/>
|
||||
</FrameLayout>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<Button
|
||||
android:id="@+id/dialog_button"
|
||||
android:layout_width="100px"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="5dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:text=" Ok " />
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
Copyright 2023 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</LinearLayout>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
Copyright 2023 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/edit_text_id"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="text"
|
||||
android:minHeight="200px"
|
||||
android:gravity="center"
|
||||
android:text="EditText"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/hide_ime_id"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAllCaps="false"
|
||||
android:text="Hide Ime"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2015 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<Chronometer android:id="@+id/chronometer" xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:textAppearance="@style/TextAppearance.Compat.Notification.Time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (C) 2015 The Android Open Source Project
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<DateTimeView android:id="@+id/time" xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:textAppearance="@style/TextAppearance.Compat.Notification.Time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
/>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Antwoord"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Wys af"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Lui af"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Inkomende oproep"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Oproep aan die gang"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Keur tans \'n inkomende oproep"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"መልስ"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ቪዲዮ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"አትቀበል"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"ስልኩን ዝጋ"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"ገቢ ጥሪ"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"እየተካሄደ ያለ ጥሪ"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"ገቢ ጥሪ ማጣራት"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"ردّ"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"فيديو"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"رفض"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"قطع الاتصال"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"مكالمة واردة"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"مكالمة جارية"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"يتم فحص المكالمة الواردة"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"উত্তৰ দিয়ক"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ভিডিঅ’"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"প্ৰত্যাখ্যান কৰক"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"কল কাটি দিয়ক"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"অন্তৰ্গামী কল"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"চলি থকা কল"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"এটা অন্তৰ্গামী কলৰ পৰীক্ষা কৰি থকা হৈছে"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"৯৯৯+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Cavab verin"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"İmtina edin"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Dəstəyi asın"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Gələn zəng"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Davam edən zəng"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Gələn zəng göstərilir"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Odgovori"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Odbij"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Prekini vezu"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Dolazni poziv"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Poziv je u toku"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Proverava se dolazni poziv"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Адказаць"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Відэа"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Адхіліць"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Завяршыць"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Уваходны выклік"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Бягучы выклік"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Фільтраванне ўваходнага выкліку"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Отговор"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Видеообаждане"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Отхвърляне"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Затваряне"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Входящо обаждане"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Текущо обаждане"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Преглежда се входящо обаждане"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"উত্তর দিন"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ভিডিও"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"বাতিল করুন"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"কল কেটে দিন"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"ইনকামিং কল"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"চালু থাকা কল"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"ইনকামিং কল স্ক্রিনিং করা হচ্ছে"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"৯৯৯+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Odgovori"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Odbaci"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Prekini vezu"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Dolazni poziv"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Poziv u toku"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filtriranje dolaznog poziva"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Respon"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Vídeo"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Rebutja"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Penja"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Trucada entrant"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Trucada en curs"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"S\'està filtrant una trucada entrant"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Přijmout"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Odmítnout"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Zavěsit"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Příchozí hovor"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Probíhající hovor"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Prověřování příchozího hovoru"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Besvar"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Afvis"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Læg på"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Indgående opkald"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Igangværende opkald"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Et indgående opkald screenes"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Annehmen"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Ablehnen"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Auflegen"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Eingehender Anruf"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Aktueller Anruf"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filter für eingehenden Anruf"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Απάντηση"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Βίντεο"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Απόρριψη"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Τερματισμός"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Εισερχόμενη κλήση"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Κλήση σε εξέλιξη"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Διαλογή εισερχόμενης κλήσης"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Answer"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Decline"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Hang up"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Incoming call"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"On-going call"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Screening an incoming call"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Answer"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Decline"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Hang Up"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Incoming call"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Ongoing call"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Screening an incoming call"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Answer"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Decline"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Hang up"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Incoming call"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"On-going call"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Screening an incoming call"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Answer"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Decline"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Hang up"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Incoming call"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"On-going call"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Screening an incoming call"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Answer"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Decline"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Hang Up"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Incoming call"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Ongoing call"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Screening an incoming call"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Responder"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Rechazar"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Colgar"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Llamada entrante"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Llamada en curso"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filtrando una llamada entrante"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Responder"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Vídeo"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Rechazar"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Colgar"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Llamada entrante"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Llamada en curso"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filtrando una llamada entrante"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Vasta"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Keeldu"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Lõpeta kõne"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Sissetulev kõne"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Käimasolev kõne"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Sissetuleva kõne filtreerimine"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Erantzun"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Bideoa"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Baztertu"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Amaitu deia"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Sarrerako deia"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Deia abian da"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Sarrerako dei bat bistaratzen"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"پاسخ دادن"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ویدیو"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"رد کردن"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"قطع تماس"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"تماس ورودی"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"تماس درحال انجام"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"درحال غربال کردن تماس ورودی"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Vastaa"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Hylkää"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Lopeta puhelu"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Saapuva puhelu"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Käynnissä oleva puhelu"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Seulotaan saapuvaa puhelua"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Répondre"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Vidéo"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Refuser"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Raccrocher"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Appel entrant"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Appel en cours"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filtrer un appel entrant"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Répondre"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Vidéo"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Refuser"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Raccrocher"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Appel entrant"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Appel en cours"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filtrage d\'un appel entrant"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Contestar"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Vídeo"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Rexeitar"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Colgar"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Chamada entrante"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Chamada en curso"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filtrando chamada entrante"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">">999"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"જવાબ આપો"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"વીડિયો"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"નકારો"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"સમાપ્ત કરો"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"ઇનકમિંગ કૉલ"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"ચાલુ કૉલ"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"ઇનકમિંગ કૉલનું સ્ક્રીનિંગ થાય છે"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"जवाब दें"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"वीडियो"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"अस्वीकार करें"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"कॉल काटें"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"आने वाला (इनकमिंग) कॉल"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"पहले से जारी कॉल"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"इनकमिंग कॉल को स्क्रीन किया जा रहा है"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Odgovori"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Videozapis"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Odbij"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Prekini"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Dolazni poziv"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Poziv u tijeku"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Filtriranje dolaznog poziva"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Fogadás"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Videó"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Elutasítás"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Befejezés"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Bejövő hívás"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Hívás folyamatban"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Bejövő hívás szűrése"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Պատասխանել"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Տեսազանգ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Մերժել"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Ավարտել"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Մուտքային զանգ"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Ընթացիկ զանգ"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Մուտքային զանգի զտում"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Jawab"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Tolak"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Tutup"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Panggilan masuk"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Panggilan sedang berlangsung"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Menyaring panggilan masuk"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Svara"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Myndsímtal"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Hafna"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Leggja á"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Símtal berst"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Símtal í gangi"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Síar símtal sem berst"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Rispondi"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Rifiuta"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Riaggancia"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Chiamata in arrivo"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Chiamata in corso"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Applicazione filtro a chiamata in arrivo"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"מענה"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"וידאו"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"דחייה"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"ניתוק"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"שיחה נכנסת"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"שיחה פעילה"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"סינון שיחה נכנסת"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"応答"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ビデオ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"拒否"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"通話終了"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"着信"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"通話中"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"着信をスクリーニング中"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"პასუხი"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ვიდეო"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"უარყოფა"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"გათიშვა"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"შემომავალი ზარი"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"მიმდინარე ზარი"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"შემომავალი ზარების გაცხრილვა"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Жауап беру"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Бейне"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Қабылдамау"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Тұтқаны қою"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Кіріс қоңырау"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Қоңырау"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Келген қоңырауды сүзу"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"ឆ្លើយ"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"វីដេអូ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"បដិសេធ"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"ដាក់ចុះ"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"ការហៅចូល"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"ការហៅដែលកំពុងដំណើរការ"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"កំពុងពិនិត្យការហៅចូល"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"ಉತ್ತರಿಸಿ"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ವೀಡಿಯೊ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"ನಿರಾಕರಿಸಿ"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"ಕರೆ ಕೊನೆಗೊಳಿಸಿ"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"ಒಳಬರುವ ಕರೆ"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"ಚಾಲ್ತಿಯಲ್ಲಿರುವ ಕರೆ"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"ಒಳಬರುವ ಕರೆಯನ್ನು ಸ್ಕ್ರೀನ್ ಮಾಡಲಾಗುತ್ತಿದೆ"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"통화"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"동영상"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"거절"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"전화 끊기"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"수신 전화"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"진행 중인 통화"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"수신 전화 검사 중"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Жооп берүү"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Видео"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Четке кагуу"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Чалууну бүтүрүү"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Чалып жатат"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Учурдагы чалуу"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Кирүүчү чалууну иргөө"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"ຮັບສາຍ"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"ວິດີໂອ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"ປະຕິເສດ"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"ວາງສາຍ"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"ສາຍໂທເຂົ້າ"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"ສາຍໂທອອກ"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"ກຳລັງກວດສອບສາຍໂທເຂົ້າ"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Atsakyti"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Vaizdo įrašas"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Atmesti"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Baigti pok."</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Gaunamasis skambutis"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Vykstantis skambutis"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Gaunamojo skambučio tikrinimas"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Atbildēt"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Video"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Noraidīt"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Pārtraukt"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Ienākošais zvans"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Pašreizējais zvans"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Ienākošā zvana filtrēšana"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Одговори"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Видео"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Одбиј"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Спушти"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Дојдовен повик"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Тековен повик"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Проверка на дојдовен повик"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"മറുപടി നൽകുക"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"വീഡിയോ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"നിരസിക്കുക"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"കോൾ നിർത്തുക"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"ഇൻകമിംഗ് കോൾ"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"സജീവമായ കോൾ"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"ഇൻകമിംഗ് കോൾ സ്ക്രീൻ ചെയ്യുന്നു"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"Хариулах"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"Видео"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"Татгалзах"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"Таслах"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"Ирсэн дуудлага"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"Дуудлага хийгдэж байна"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"Ирсэн дуудлагыг харуулж байна"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"999+"</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string msgid="881409763997275156" name="call_notification_answer_action">"उत्तर द्या"</string>
|
||||
<string msgid="8793775615905189152" name="call_notification_answer_video_action">"व्हिडिओ"</string>
|
||||
<string msgid="3229508546291798546" name="call_notification_decline_action">"नकार द्या"</string>
|
||||
<string msgid="2659457946726154263" name="call_notification_hang_up_action">"कॉल बंद करा"</string>
|
||||
<string msgid="6107532579223922871" name="call_notification_incoming_text">"इनकमिंग कॉल"</string>
|
||||
<string msgid="8623827134497363134" name="call_notification_ongoing_text">"सुरू असलेला कॉल"</string>
|
||||
<string msgid="59049573811482460" name="call_notification_screening_text">"इनकमिंग कॉल स्क्रीन करत आहे"</string>
|
||||
<string msgid="6277540029070332960" name="status_bar_notification_info_overflow">"९९९+"</string>
|
||||
</resources>
|
||||