mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-11 11:55:48 +01:00
added strings
This commit is contained in:
parent
9f08f8cc15
commit
b7e69df6ff
19
play-services-core/src/main/res/drawable/ic_expand_apps.xml
Executable file
19
play-services-core/src/main/res/drawable/ic_expand_apps.xml
Executable file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ SPDX-FileCopyrightText: 2019, The Android Open Source Project
|
||||
~ SPDX-FileCopyrightText: 2020, microG Project Team
|
||||
~ SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:tint="?attr/colorAccent"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M9.71,18.71l-1.42,-1.42l5.3,-5.29l-5.3,-5.29l1.42,-1.42l6.7,6.71z" />
|
||||
</vector>
|
17
play-services-core/src/main/res/layout/preference_progress_bar.xml
Executable file
17
play-services-core/src/main/res/layout/preference_progress_bar.xml
Executable file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ SPDX-FileCopyrightText: 2020, microG Project Team
|
||||
~ SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ProgressBar
|
||||
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:indeterminate="true" />
|
||||
</LinearLayout>
|
@ -121,6 +121,15 @@ This can take a couple of minutes."</string>
|
||||
|
||||
<string name="prefcat_push_networks_title">Networks to use for push notifications</string>
|
||||
|
||||
<string name="pref_push_app_allow_register_title">Allow registration</string>
|
||||
<string name="pref_push_app_allow_register_summary">Allow the app to register for push notifications.</string>
|
||||
<string name="pref_push_app_wake_for_delivery_title">Start app on push message</string>
|
||||
<string name="pref_push_app_wake_for_delivery_summary">Start the app while in background to receive the incoming push messages.</string>
|
||||
<string name="prefcat_push_apps_title">Apps using push notifications</string>
|
||||
<string name="prefcat_push_apps_registered_title">Registered apps</string>
|
||||
<string name="prefcat_push_apps_unregistered_title">Unregistered apps</string>
|
||||
<string name="prefcat_push_networks_title">Networks to use for push notifications</string>
|
||||
|
||||
<string name="pref_snet_status_official_info">official server</string>
|
||||
<string name="pref_snet_status_third_party_info">third-party server</string>
|
||||
<string name="pref_snet_status_self_signed_info">self-signed certificate</string>
|
||||
|
Loading…
Reference in New Issue
Block a user