Changes of com.discord v968
This commit is contained in:
parent
2be3c10320
commit
8dbf9fb1c2
8046 changed files with 353591 additions and 366898 deletions
|
@ -20,9 +20,9 @@
|
|||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
<permission android:description="@string/app_permission_connect_desc" android:label="@string/app_permission_connect_label" android:name="com.discord.permission.CONNECT" android:protectionLevel="dangerous"/>
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
|
||||
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
<uses-feature android:name="android.hardware.camera.front" android:required="false"/>
|
||||
<application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo_square" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
|
||||
<activity android:name="com.discord.samsung.SamsungConnectActivity" android:theme="@style/AppTheme.Translucent"/>
|
||||
|
@ -116,6 +116,41 @@
|
|||
<meta-data android:name="io.fabric.ApiKey" android:value="eaccfe98b3572a0a8721a8c3b10f9909018f5ec6"/>
|
||||
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
|
||||
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
|
||||
<service android:exported="false" android:name="com.google.firebase.messaging.FirebaseMessagingService">
|
||||
<intent-filter android:priority="-500">
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsReceiver"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsService"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
<activity android:exported="true" android:name="com.google.android.gms.appinvite.PreviewActivity" android:theme="@style/Theme.AppInvite.Preview">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.appinvite.ACTION_PREVIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService">
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
</service>
|
||||
<receiver android:exported="true" android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<provider android:authorities="com.discord.firebaseinitprovider" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
|
||||
<activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/>
|
||||
<receiver android:enabled="true" android:exported="true" android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.vending.INSTALL_REFERRER"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
|
||||
<provider android:authorities="com.discord.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
|
||||
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
|
||||
<service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
|
@ -155,41 +190,7 @@
|
|||
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:exported="false" android:name="com.google.firebase.messaging.FirebaseMessagingService">
|
||||
<intent-filter android:priority="-500">
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsReceiver"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsService"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
<activity android:exported="true" android:name="com.google.android.gms.appinvite.PreviewActivity" android:theme="@style/Theme.AppInvite.Preview">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.appinvite.ACTION_PREVIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService">
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
</service>
|
||||
<receiver android:exported="true" android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<provider android:authorities="com.discord.firebaseinitprovider" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
|
||||
<activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/>
|
||||
<receiver android:enabled="true" android:exported="true" android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.vending.INSTALL_REFERRER"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
|
||||
<service android:exported="false" android:name="androidx.room.MultiInstanceInvalidationService"/>
|
||||
<provider android:authorities="com.discord.lifecycle-process" android:exported="false" android:multiprocess="true" android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"/>
|
||||
<provider android:authorities="com.discord.crashlyticsinitprovider" android:exported="false" android:initOrder="90" android:name="com.crashlytics.android.CrashlyticsInitProvider"/>
|
||||
<meta-data android:name="firebase_crashlytics_ndk_enabled" android:value="true"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
!!brut.androlib.meta.MetaInfo
|
||||
apkFileName: com.discord-967.apk
|
||||
apkFileName: com.discord-968.apk
|
||||
compressionType: false
|
||||
doNotCompress:
|
||||
- arsc
|
||||
|
@ -308,5 +308,5 @@ usesFramework:
|
|||
tag: null
|
||||
version: 2.4.1-1b91ce-SNAPSHOT
|
||||
versionInfo:
|
||||
versionCode: '967'
|
||||
versionName: 9.6.7
|
||||
versionCode: '968'
|
||||
versionName: 9.6.8
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
#Do NOT modify, delete, or commit to source control!
|
||||
#
|
||||
#Fri Oct 04 20:46:25 UTC 2019
|
||||
version_name=9.6.7
|
||||
#Mon Oct 07 21:51:28 UTC 2019
|
||||
version_name=9.6.8
|
||||
package_name=com.discord
|
||||
build_id=8daec1a4-6572-4541-b210-f75ff42f02de
|
||||
version_code=967
|
||||
build_id=fe4e9747-3197-44bc-a1cb-65a555f1f2d3
|
||||
version_code=968
|
||||
app_name=com.discord
|
||||
|
|
BIN
com.discord/kotlin/NumbersKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/NumbersKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UNumbersKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UNumbersKt.kotlin_metadata
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
com.discord/kotlin/time/AbstractDoubleClock.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/AbstractDoubleClock.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/AbstractLongClock.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/AbstractLongClock.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/AdjustedClockMark.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/AdjustedClockMark.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/Clock.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/Clock.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/ClockKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/ClockKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/ClockMark.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/ClockMark.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/Duration.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/Duration.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/DurationKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/DurationKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/DurationUnit.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/DurationUnit.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/DurationUnitKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/DurationUnitKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/ExperimentalTime.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/ExperimentalTime.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/MeasureTimeKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/MeasureTimeKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/MonoClock.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/MonoClock.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/TestClock.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/TestClock.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/time/TimedValue.kotlin_metadata
Normal file
BIN
com.discord/kotlin/time/TimedValue.kotlin_metadata
Normal file
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1" android:duration="166" android:valueFrom="M -7.0,-7.0 l 14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:valueTo="M 0.0,-0.05 l 0.0,0.0 c 0.02761423749,0.0 0.05,0.02238576251 0.05,0.05 l 0.0,0.0 c 0.0,0.02761423749 -0.02238576251,0.05 -0.05,0.05 l 0.0,0.0 c -0.02761423749,0.0 -0.05,-0.02238576251 -0.05,-0.05 l 0.0,0.0 c 0.0,-0.02761423749 0.02238576251,-0.05 0.05,-0.05 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:valueType="pathType" android:propertyName="pathData" />
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@android:interpolator/linear" android:duration="166" android:valueFrom="1.0" android:valueTo="1.0" android:propertyName="fillAlpha" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0" android:duration="33" android:valueFrom="1.0" android:valueTo="0.0" android:propertyName="fillAlpha" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@android:interpolator/linear" android:duration="200" android:valueFrom="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" android:valueTo="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" android:valueType="pathType" android:propertyName="pathData" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1" android:duration="300" android:valueFrom="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" android:valueTo="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -5.0,-5.00001525879 -5.0,-5.00001525879 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 3.58590698242,3.58601379395 3.58590698242,3.58601379395 c 0.0,0.0 7.58590698242,-7.58601379395 7.58590698242,-7.58601379395 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -9.0,9.00001525879 -9.0,9.00001525879 Z" android:valueType="pathType" android:propertyName="pathData" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@android:interpolator/linear" android:duration="166" android:valueFrom="0.0" android:valueTo="0.0" android:propertyName="fillAlpha" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0" android:duration="33" android:valueFrom="0.0" android:valueTo="1.0" android:propertyName="fillAlpha" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1" android:duration="200" android:valueFrom="0.2" android:valueTo="0.18" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1" android:duration="300" android:valueFrom="0.18" android:valueTo="0.2" android:propertyName="scaleX" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1" android:duration="200" android:valueFrom="0.2" android:valueTo="0.18" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1" android:duration="300" android:valueFrom="0.18" android:valueTo="0.2" android:propertyName="scaleY" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@android:interpolator/linear" android:duration="166" android:valueFrom="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:valueTo="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:valueType="pathType" android:propertyName="pathData" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1" android:duration="333" android:valueFrom="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:valueTo="M -7.0,-7.0 l 14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:valueType="pathType" android:propertyName="pathData" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@android:interpolator/linear" android:duration="133" android:valueFrom="0.0" android:valueTo="0.0" android:propertyName="fillAlpha" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0" android:duration="33" android:valueFrom="0.0" android:valueTo="1.0" android:propertyName="fillAlpha" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1" android:duration="166" android:valueFrom="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -5.0,-5.00001525879 -5.0,-5.00001525879 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 3.58590698242,3.58601379395 3.58590698242,3.58601379395 c 0.0,0.0 7.58590698242,-7.58601379395 7.58590698242,-7.58601379395 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -9.0,9.00001525879 -9.0,9.00001525879 Z" android:valueTo="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 0.0,1.42500305176 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" android:valueType="pathType" android:propertyName="pathData" />
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@android:interpolator/linear" android:duration="133" android:valueFrom="1.0" android:valueTo="1.0" android:propertyName="fillAlpha" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0" android:duration="33" android:valueFrom="1.0" android:valueTo="0.0" android:propertyName="fillAlpha" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1" android:duration="166" android:valueFrom="0.2" android:valueTo="0.18" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1" android:duration="333" android:valueFrom="0.18" android:valueTo="0.2" android:propertyName="scaleX" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1" android:duration="166" android:valueFrom="0.2" android:valueTo="0.18" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1" android:duration="333" android:valueFrom="0.18" android:valueTo="0.2" android:propertyName="scaleY" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="183" android:valueFrom="1.0" android:valueTo="1.4" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="1.4" android:valueTo="0.0" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="300" android:valueFrom="0.0" android:valueTo="0.0" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="183" android:valueFrom="1.0" android:valueTo="1.4" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="1.4" android:valueTo="0.0" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="300" android:valueFrom="0.0" android:valueTo="0.0" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="183" android:valueFrom="1.0" android:valueTo="0.9" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_radio_to_off_mtrl_animation_interpolator_0" android:duration="16" android:valueFrom="0.9" android:valueTo="0.5" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_radio_to_off_mtrl_animation_interpolator_0" android:duration="300" android:valueFrom="0.5" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="183" android:valueFrom="1.0" android:valueTo="0.9" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_radio_to_off_mtrl_animation_interpolator_0" android:duration="16" android:valueFrom="0.9" android:valueTo="0.5" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/btn_radio_to_off_mtrl_animation_interpolator_0" android:duration="300" android:valueFrom="0.5" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="183" android:valueFrom="2.0" android:valueTo="2.0" android:valueType="floatType" android:propertyName="strokeWidth" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="2.0" android:valueTo="18.0" android:valueType="floatType" android:propertyName="strokeWidth" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="300" android:valueFrom="18.0" android:valueTo="2.0" android:valueType="floatType" android:propertyName="strokeWidth" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="166" android:valueFrom="0.0" android:valueTo="0.0" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="0.0" android:valueTo="1.5" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="316" android:valueFrom="1.5" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="166" android:valueFrom="0.0" android:valueTo="0.0" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="0.0" android:valueTo="1.5" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="316" android:valueFrom="1.5" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="166" android:valueFrom="1.0" android:valueTo="0.5" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="0.5" android:valueTo="0.9" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="316" android:valueFrom="0.9" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleX" />
|
||||
</set>
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="166" android:valueFrom="1.0" android:valueTo="0.5" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="0.5" android:valueTo="0.9" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="316" android:valueFrom="0.9" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleY" />
|
||||
</set>
|
||||
</set>
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set android:ordering="sequentially">
|
||||
<objectAnimator android:interpolator="@interpolator/btn_radio_to_on_mtrl_animation_interpolator_0" android:duration="166" android:valueFrom="2.0" android:valueTo="18.0" android:valueType="floatType" android:propertyName="strokeWidth" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="16" android:valueFrom="18.0" android:valueTo="2.0" android:valueType="floatType" android:propertyName="strokeWidth" />
|
||||
<objectAnimator android:interpolator="@interpolator/fast_out_slow_in" android:duration="316" android:valueFrom="2.0" android:valueTo="2.0" android:valueType="floatType" android:propertyName="strokeWidth" />
|
||||
</set>
|
||||
</set>
|
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
8
com.discord/res/drawable/abc_btn_check_material_anim.xml
Normal file
8
com.discord/res/drawable/abc_btn_check_material_anim.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:id="@id/checked" android:drawable="@drawable/btn_checkbox_checked_mtrl" />
|
||||
<item android:id="@id/unchecked" android:drawable="@drawable/btn_checkbox_unchecked_mtrl" />
|
||||
<transition android:drawable="@drawable/btn_checkbox_unchecked_to_checked_mtrl_animation" android:toId="@id/checked" android:fromId="@id/unchecked" />
|
||||
<transition android:drawable="@drawable/btn_checkbox_checked_to_unchecked_mtrl_animation" android:toId="@id/unchecked" android:fromId="@id/checked" />
|
||||
</animated-selector>
|
8
com.discord/res/drawable/abc_btn_radio_material_anim.xml
Normal file
8
com.discord/res/drawable/abc_btn_radio_material_anim.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:id="@id/on" android:drawable="@drawable/btn_radio_on_mtrl" />
|
||||
<item android:id="@id/off" android:drawable="@drawable/btn_radio_off_mtrl" />
|
||||
<transition android:drawable="@drawable/btn_radio_on_to_off_mtrl_animation" android:toId="@id/off" android:fromId="@id/on" />
|
||||
<transition android:drawable="@drawable/btn_radio_off_to_on_mtrl_animation" android:toId="@id/on" android:fromId="@id/off" />
|
||||
</animated-selector>
|
12
com.discord/res/drawable/btn_checkbox_checked_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_checkbox_checked_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_checkbox_checked" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="48.0" android:viewportHeight="48.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="icon_null" android:scaleX="0.2" android:scaleY="0.2" android:translateX="24.0" android:translateY="24.0">
|
||||
<group android:name="check" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="check_path_merged" android:fillColor="#ff000000" android:pathData="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -5.0,-5.00001525879 -5.0,-5.00001525879 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 3.58590698242,3.58601379395 3.58590698242,3.58601379395 c 0.0,0.0 7.58590698242,-7.58601379395 7.58590698242,-7.58601379395 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -9.0,9.00001525879 -9.0,9.00001525879 Z" />
|
||||
</group>
|
||||
<group android:name="box_dilate" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="box_inner_merged" android:fillColor="#ff000000" android:pathData="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:fillAlpha="0.0" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_checkbox_checked_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="icon_null" android:animation="@anim/btn_checkbox_to_unchecked_icon_null_animation" />
|
||||
<target android:name="check_path_merged" android:animation="@anim/btn_checkbox_to_unchecked_check_path_merged_animation" />
|
||||
<target android:name="box_inner_merged" android:animation="@anim/btn_checkbox_to_unchecked_box_inner_merged_animation" />
|
||||
</animated-vector>
|
12
com.discord/res/drawable/btn_checkbox_unchecked_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_checkbox_unchecked_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_checkbox_unchecked" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="48.0" android:viewportHeight="48.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="icon_null" android:scaleX="0.2" android:scaleY="0.2" android:translateX="24.0" android:translateY="24.0">
|
||||
<group android:name="check" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="box_outer_merged" android:fillColor="#ff000000" android:pathData="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" android:fillAlpha="0.0" />
|
||||
</group>
|
||||
<group android:name="box_dilate" android:scaleX="7.5" android:scaleY="7.5">
|
||||
<path android:name="box_inner_merged" android:fillColor="#ff000000" android:pathData="M -7.0,-7.0 l 14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_checkbox_unchecked_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="icon_null" android:animation="@anim/btn_checkbox_to_checked_icon_null_animation" />
|
||||
<target android:name="box_outer_merged" android:animation="@anim/btn_checkbox_to_checked_box_outer_merged_animation" />
|
||||
<target android:name="box_inner_merged" android:animation="@anim/btn_checkbox_to_checked_box_inner_merged_animation" />
|
||||
</animated-vector>
|
12
com.discord/res/drawable/btn_radio_off_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_radio_off_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_radio_to_on_mtrl" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="btn_radio_to_on_mtrl_0" android:translateX="16.0" android:translateY="16.0">
|
||||
<group android:name="ring_outer">
|
||||
<path android:name="ring_outer_path" android:pathData="M 0.0,-9.0 c 4.9705627482,0.0 9.0,4.0294372518 9.0,9.0 c 0.0,4.9705627482 -4.0294372518,9.0 -9.0,9.0 c -4.9705627482,0.0 -9.0,-4.0294372518 -9.0,-9.0 c 0.0,-4.9705627482 4.0294372518,-9.0 9.0,-9.0 Z" android:strokeColor="#ff000000" android:strokeWidth="2.0" />
|
||||
</group>
|
||||
<group android:name="dot_group" android:scaleX="0.0" android:scaleY="0.0">
|
||||
<path android:name="dot_path" android:fillColor="#ff000000" android:pathData="M 0.0,-5.0 c -2.7619934082,0.0 -5.0,2.2380065918 -5.0,5.0 c 0.0,2.7619934082 2.2380065918,5.0 5.0,5.0 c 2.7619934082,0.0 5.0,-2.2380065918 5.0,-5.0 c 0.0,-2.7619934082 -2.2380065918,-5.0 -5.0,-5.0 Z" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_radio_off_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="ring_outer" android:animation="@anim/btn_radio_to_on_mtrl_ring_outer_animation" />
|
||||
<target android:name="ring_outer_path" android:animation="@anim/btn_radio_to_on_mtrl_ring_outer_path_animation" />
|
||||
<target android:name="dot_group" android:animation="@anim/btn_radio_to_on_mtrl_dot_group_animation" />
|
||||
</animated-vector>
|
12
com.discord/res/drawable/btn_radio_on_mtrl.xml
Normal file
12
com.discord/res/drawable/btn_radio_on_mtrl.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="btn_radio_to_off_mtrl" android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group android:name="btn_radio_to_off_mtrl_0" android:translateX="16.0" android:translateY="16.0">
|
||||
<group android:name="ring_outer">
|
||||
<path android:name="ring_outer_path" android:pathData="M 0.0,-9.0 c 4.9705627482,0.0 9.0,4.0294372518 9.0,9.0 c 0.0,4.9705627482 -4.0294372518,9.0 -9.0,9.0 c -4.9705627482,0.0 -9.0,-4.0294372518 -9.0,-9.0 c 0.0,-4.9705627482 4.0294372518,-9.0 9.0,-9.0 Z" android:strokeColor="#ff000000" android:strokeWidth="2.0" />
|
||||
</group>
|
||||
<group android:name="dot_group">
|
||||
<path android:name="dot_path" android:fillColor="#ff000000" android:pathData="M 0.0,-5.0 c -2.7619934082,0.0 -5.0,2.2380065918 -5.0,5.0 c 0.0,2.7619934082 2.2380065918,5.0 5.0,5.0 c 2.7619934082,0.0 5.0,-2.2380065918 5.0,-5.0 c 0.0,-2.7619934082 -2.2380065918,-5.0 -5.0,-5.0 Z" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector android:drawable="@drawable/btn_radio_on_mtrl"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<target android:name="ring_outer" android:animation="@anim/btn_radio_to_off_mtrl_ring_outer_animation" />
|
||||
<target android:name="ring_outer_path" android:animation="@anim/btn_radio_to_off_mtrl_ring_outer_path_animation" />
|
||||
<target android:name="dot_group" android:animation="@anim/btn_radio_to_off_mtrl_dot_group_animation" />
|
||||
</animated-vector>
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:pathData="M 0.0,0.0 l 1.0,0.0 l 0.0,1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:pathData="M 0.0,0.0 c 0.33333333,0.0 0.0,1.0 1.0,1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:pathData="M 0.0,0.0 l 1.0,0.0 l 0.0,1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:pathData="M 0.0,0.0 c 0.33333333,0.0 0.0,1.0 1.0,1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:pathData="M 0.0,0.0 c 0.4,0.0 0.4,1.0 1.0,1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:pathData="M 0.0,0.0 c 0.4,0.0 0.4,1.0 1.0,1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
3
com.discord/res/interpolator/fast_out_slow_in.xml
Normal file
3
com.discord/res/interpolator/fast_out_slow_in.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:controlX1="0.4" android:controlY1="0.0" android:controlX2="0.2" android:controlY2="1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<LinearLayout android:gravity="start|center" android:orientation="horizontal" android:id="@id/title_template" android:paddingLeft="?dialogPreferredPadding" android:paddingTop="@dimen/abc_dialog_padding_top_material" android:paddingRight="?dialogPreferredPadding" android:layout_width="fill_parent" android:layout_height="wrap_content">
|
||||
<ImageView android:id="@android:id/icon" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_marginRight="8.0dip" android:src="@null" android:scaleType="fitCenter" android:layout_marginEnd="8.0dip" />
|
||||
<androidx.appcompat.widget.DialogTitle android:ellipsize="end" android:id="@id/alertTitle" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" android:textAlignment="viewStart" style="?android:windowTitleStyle" />
|
||||
<androidx.appcompat.widget.DialogTitle android:ellipsize="end" android:layout_gravity="start" android:id="@id/alertTitle" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" android:textAlignment="viewStart" style="?android:windowTitleStyle" />
|
||||
</LinearLayout>
|
||||
<android.widget.Space android:id="@id/titleDividerNoCustom" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/abc_dialog_title_divider_material" />
|
||||
</LinearLayout>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.appcompat.widget.FitWindowsLinearLayout android:orientation="vertical" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<TextView android:ellipsize="end" android:id="@id/title" android:paddingLeft="?dialogPreferredPadding" android:paddingTop="@dimen/abc_dialog_padding_top_material" android:paddingRight="?dialogPreferredPadding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" android:textAlignment="viewStart" style="?android:windowTitleStyle" />
|
||||
<TextView android:ellipsize="end" android:layout_gravity="start" android:id="@id/title" android:paddingLeft="?dialogPreferredPadding" android:paddingTop="@dimen/abc_dialog_padding_top_material" android:paddingRight="?dialogPreferredPadding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" android:textAlignment="viewStart" style="?android:windowTitleStyle" />
|
||||
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" layout="@layout/abc_screen_content_include" />
|
||||
</androidx.appcompat.widget.FitWindowsLinearLayout>
|
|
@ -1,3 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<view android:id="@id/select_dialog_listview" android:scrollbars="vertical" android:fadingEdge="none" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:cacheColorHint="@null" android:divider="?listDividerAlertDialog" android:overScrollMode="ifContentScrolls" android:textAlignment="viewStart" app:paddingBottomNoButtons="@dimen/abc_dialog_list_padding_bottom_no_buttons" app:paddingTopNoTitle="@dimen/abc_dialog_list_padding_top_no_title" class="androidx.appcompat.app.AlertController$RecycleListView" style="@style/Widget.AppCompat.ListView"
|
||||
<view android:layout_gravity="start" android:id="@id/select_dialog_listview" android:scrollbars="vertical" android:fadingEdge="none" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:cacheColorHint="@null" android:divider="?listDividerAlertDialog" android:overScrollMode="ifContentScrolls" android:textAlignment="viewStart" app:paddingBottomNoButtons="@dimen/abc_dialog_list_padding_bottom_no_buttons" app:paddingTopNoTitle="@dimen/abc_dialog_list_padding_top_no_title" class="androidx.appcompat.app.AlertController$RecycleListView" style="@style/Widget.AppCompat.ListView"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" />
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" layout="@layout/notification_media_cancel_action" />
|
||||
<include android:layout_gravity="fill_vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_large_icon_width" android:layout_toLeftOf="@id/cancel_action" android:layout_marginStart="@dimen/notification_large_icon_width" android:layout_toStartOf="@id/cancel_action" layout="@layout/notification_template_lines_media" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_alignParentBottom="true" android:layoutDirection="ltr" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_above="@id/media_actions" />
|
||||
</RelativeLayout>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" layout="@layout/notification_media_cancel_action" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/notification_main_column_container" android:paddingTop="@dimen/notification_main_column_padding_top" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_large_icon_height" android:minHeight="@dimen/notification_large_icon_height" android:layout_toLeftOf="@id/cancel_action" android:layout_marginStart="@dimen/notification_large_icon_height" android:layout_toStartOf="@id/cancel_action">
|
||||
<FrameLayout android:id="@id/notification_main_column" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginRight="8.0dip" android:layout_marginBottom="8.0dip" android:layout_weight="1.0" android:layout_marginStart="@dimen/notification_content_margin_start" android:layout_marginEnd="8.0dip" />
|
||||
<FrameLayout android:id="@id/right_side" android:paddingTop="@dimen/notification_right_side_padding_top" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8.0dip" android:layout_marginEnd="8.0dip">
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/time" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/chronometer" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:layout_gravity="end|bottom|center" android:id="@id/info" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="20.0dip" android:singleLine="true" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_alignParentBottom="true" android:layoutDirection="ltr" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_above="@id/media_actions" />
|
||||
</RelativeLayout>
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ImageView android:id="@id/icon" android:layout_width="128.0dip" android:layout_height="128.0dip" android:scaleType="centerCrop" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" layout="@layout/notification_media_cancel_action" />
|
||||
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="128.0dip" android:layout_toLeftOf="@id/cancel_action" android:layout_marginStart="128.0dip" android:layout_toStartOf="@id/cancel_action" layout="@layout/notification_template_lines_media" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_toRightOf="@id/icon" android:layout_alignParentBottom="true" android:layoutDirection="ltr" android:layout_toEndOf="@id/icon" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_toRightOf="@id/icon" android:layout_above="@id/media_actions" android:layout_toEndOf="@id/icon" />
|
||||
</RelativeLayout>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ImageView android:id="@id/icon" android:layout_width="128.0dip" android:layout_height="128.0dip" android:scaleType="centerCrop" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" layout="@layout/notification_media_cancel_action" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/notification_main_column_container" android:paddingTop="@dimen/notification_main_column_padding_top" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="128.0dip" android:minHeight="@dimen/notification_large_icon_height" android:layout_toLeftOf="@id/cancel_action" android:layout_marginStart="128.0dip" android:layout_toStartOf="@id/cancel_action">
|
||||
<FrameLayout android:id="@id/notification_main_column" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_media_narrow_margin" android:layout_marginRight="8.0dip" android:layout_marginBottom="8.0dip" android:layout_weight="1.0" android:layout_marginStart="@dimen/notification_media_narrow_margin" android:layout_marginEnd="8.0dip" />
|
||||
<FrameLayout android:id="@id/right_side" android:paddingTop="@dimen/notification_right_side_padding_top" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8.0dip" android:layout_marginEnd="8.0dip">
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/time" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/chronometer" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:layout_gravity="end|bottom|center" android:id="@id/info" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="20.0dip" android:singleLine="true" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_toRightOf="@id/icon" android:layout_alignParentBottom="true" android:layoutDirection="ltr" android:layout_toEndOf="@id/icon" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_toRightOf="@id/icon" android:layout_above="@id/media_actions" android:layout_toEndOf="@id/icon" />
|
||||
</RelativeLayout>
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:orientation="vertical" android:paddingTop="2.0dip" android:paddingRight="8.0dip" android:paddingBottom="2.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingEnd="8.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/line1" android:paddingTop="6.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginStart="@dimen/notification_content_margin_start">
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Title.Media" android:ellipsize="marquee" android:id="@id/title" android:fadingEdge="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="1.0" />
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="center" android:id="@id/time" android:paddingLeft="8.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="0.0" android:paddingStart="8.0dip" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="center" android:id="@id/chronometer" android:paddingLeft="8.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="0.0" android:paddingStart="8.0dip" />
|
||||
</LinearLayout>
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Line2.Media" android:ellipsize="marquee" android:id="@id/text2" android:visibility="gone" android:fadingEdge="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginTop="-2.0dip" android:layout_marginBottom="-2.0dip" android:singleLine="true" android:layout_marginStart="@dimen/notification_content_margin_start" />
|
||||
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/line3" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginStart="@dimen/notification_content_margin_start">
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Media" android:ellipsize="marquee" android:layout_gravity="center" android:id="@id/text" android:fadingEdge="horizontal" android:layout_width="0.0dip" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="1.0" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:gravity="center" android:layout_gravity="center" android:id="@id/info" android:paddingLeft="8.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="0.0" android:paddingStart="8.0dip" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="64.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<include android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0" layout="@layout/notification_template_lines_media" />
|
||||
<LinearLayout android:layout_gravity="end|center" android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layoutDirection="ltr" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="fill_parent" android:layout_marginRight="6.0dip" android:layout_marginEnd="6.0dip" layout="@layout/notification_media_cancel_action" />
|
||||
<ImageView android:id="@id/end_padder" android:layout_width="6.0dip" android:layout_height="fill_parent" />
|
||||
</LinearLayout>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="64.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/notification_main_column_container" android:paddingTop="@dimen/notification_main_column_padding_top" android:layout_width="0.0dip" android:layout_height="wrap_content" android:minHeight="@dimen/notification_large_icon_height" android:layout_weight="1.0" android:layout_toLeftOf="@id/cancel_action" android:layout_toStartOf="@id/cancel_action">
|
||||
<FrameLayout android:id="@id/notification_main_column" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginRight="8.0dip" android:layout_marginBottom="8.0dip" android:layout_weight="1.0" android:layout_marginStart="@dimen/notification_content_margin_start" android:layout_marginEnd="8.0dip" />
|
||||
<FrameLayout android:id="@id/right_side" android:paddingTop="@dimen/notification_right_side_padding_top" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8.0dip" android:layout_marginEnd="8.0dip">
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/time" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/chronometer" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:layout_gravity="end|bottom|center" android:id="@id/info" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="20.0dip" android:singleLine="true" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:layout_gravity="end|center" android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layoutDirection="ltr" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="fill_parent" android:layout_marginRight="6.0dip" android:layout_marginEnd="6.0dip" layout="@layout/notification_media_cancel_action" />
|
||||
<ImageView android:id="@id/end_padder" android:layout_width="6.0dip" android:layout_height="fill_parent" />
|
||||
</LinearLayout>
|
|
@ -2,7 +2,7 @@
|
|||
<merge
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<androidx.constraintlayout.widget.Guideline android:id="@id/guideline" app:layout_constraintGuide_begin="@dimen/uikit_guideline_item_row" style="@style/UiKit.Guideline" />
|
||||
<ImageView android:id="@id/item_unread" android:src="@drawable/ic_unread_white_9dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.ImageView" />
|
||||
<ImageView android:id="@id/item_unread" android:src="@drawable/ic_unread_white_9dp" android:contentDescription="@string/new_unreads" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.ImageView" />
|
||||
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/item_icon_iv" android:padding="@dimen/uikit_spacing_xsmall" android:layout_width="@dimen/avatar_size_standard" android:layout_height="@dimen/avatar_size_standard" android:layout_margin="@dimen/uikit_spacing_small" android:contentDescription="@string/text_channel" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintDimensionRatio="1:1" app:layout_constraintEnd_toStartOf="@id/guideline" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:placeholderImage="@drawable/ic_channel_text_grey_18dp" app:placeholderImageScaleType="centerInside" app:roundAsCircle="true" style="@style/UiKit.ImageView" />
|
||||
<androidx.appcompat.widget.AppCompatTextView android:textSize="@dimen/uikit_textsize_medium" android:id="@id/item_name_tv" android:layout_width="0.0dip" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toTopOf="@id/item_description_tv" app:layout_constraintEnd_toStartOf="@id/item_group_tv" app:layout_constraintStart_toStartOf="@id/guideline" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_chainStyle="packed" style="@style/UiKit.TextView.Large.SingleLine" />
|
||||
<androidx.appcompat.widget.AppCompatTextView android:id="@id/item_description_tv" android:visibility="gone" android:layout_width="0.0dip" android:textAllCaps="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/item_group_tv" app:layout_constraintStart_toStartOf="@id/item_name_tv" app:layout_constraintTop_toBottomOf="@id/item_name_tv" app:layout_constraintWidth_min="@dimen/uikit_spacing_xxxlarge" style="@style/UiKit.TextView.Subtext.Semibold.SingleLine" />
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<LinearLayout android:gravity="start|center" android:orientation="horizontal" android:id="@id/title_template" android:paddingLeft="?dialogPreferredPadding" android:paddingTop="@dimen/abc_dialog_padding_top_material" android:paddingRight="?dialogPreferredPadding" android:layout_width="fill_parent" android:layout_height="wrap_content">
|
||||
<ImageView android:id="@android:id/icon" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_marginRight="8.0dip" android:src="@null" android:scaleType="fitCenter" />
|
||||
<androidx.appcompat.widget.DialogTitle android:ellipsize="end" android:id="@id/alertTitle" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" style="?android:windowTitleStyle" />
|
||||
<androidx.appcompat.widget.DialogTitle android:ellipsize="end" android:layout_gravity="start" android:id="@id/alertTitle" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" style="?android:windowTitleStyle" />
|
||||
</LinearLayout>
|
||||
<android.widget.Space android:id="@id/titleDividerNoCustom" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/abc_dialog_title_divider_material" />
|
||||
</LinearLayout>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.appcompat.widget.FitWindowsLinearLayout android:orientation="vertical" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<TextView android:ellipsize="end" android:id="@id/title" android:paddingLeft="?dialogPreferredPadding" android:paddingTop="@dimen/abc_dialog_padding_top_material" android:paddingRight="?dialogPreferredPadding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" style="?android:windowTitleStyle" />
|
||||
<TextView android:ellipsize="end" android:layout_gravity="start" android:id="@id/title" android:paddingLeft="?dialogPreferredPadding" android:paddingTop="@dimen/abc_dialog_padding_top_material" android:paddingRight="?dialogPreferredPadding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" style="?android:windowTitleStyle" />
|
||||
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" layout="@layout/abc_screen_content_include" />
|
||||
</androidx.appcompat.widget.FitWindowsLinearLayout>
|
|
@ -1,3 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<view android:id="@id/select_dialog_listview" android:scrollbars="vertical" android:fadingEdge="none" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:cacheColorHint="@null" android:divider="?listDividerAlertDialog" android:overScrollMode="ifContentScrolls" app:paddingBottomNoButtons="@dimen/abc_dialog_list_padding_bottom_no_buttons" app:paddingTopNoTitle="@dimen/abc_dialog_list_padding_top_no_title" class="androidx.appcompat.app.AlertController$RecycleListView" style="@style/Widget.AppCompat.ListView"
|
||||
<view android:layout_gravity="start" android:id="@id/select_dialog_listview" android:scrollbars="vertical" android:fadingEdge="none" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:cacheColorHint="@null" android:divider="?listDividerAlertDialog" android:overScrollMode="ifContentScrolls" app:paddingBottomNoButtons="@dimen/abc_dialog_list_padding_bottom_no_buttons" app:paddingTopNoTitle="@dimen/abc_dialog_list_padding_top_no_title" class="androidx.appcompat.app.AlertController$RecycleListView" style="@style/Widget.AppCompat.ListView"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" />
|
|
@ -1,3 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ImageButton android:gravity="center" android:id="@id/action0" android:layout_width="48.0dip" android:layout_height="fill_parent" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_weight="1.0" style="?android:borderlessButtonStyle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
|
@ -1,3 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ImageButton android:gravity="center" android:id="@id/cancel_action" android:visibility="gone" android:layout_width="48.0dip" android:layout_height="fill_parent" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:src="@android:drawable/ic_menu_close_clear_cancel" android:layout_weight="1.0" style="?android:borderlessButtonStyle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" />
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" layout="@layout/notification_media_cancel_action" />
|
||||
<include android:layout_gravity="fill_vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_large_icon_width" android:layout_toLeftOf="@id/cancel_action" layout="@layout/notification_template_lines_media" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_alignParentBottom="true" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_above="@id/media_actions" />
|
||||
</RelativeLayout>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" layout="@layout/notification_media_cancel_action" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/notification_main_column_container" android:paddingTop="@dimen/notification_main_column_padding_top" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_large_icon_height" android:minHeight="@dimen/notification_large_icon_height" android:layout_toLeftOf="@id/cancel_action">
|
||||
<FrameLayout android:id="@id/notification_main_column" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginRight="8.0dip" android:layout_marginBottom="8.0dip" android:layout_weight="1.0" />
|
||||
<FrameLayout android:id="@id/right_side" android:paddingTop="@dimen/notification_right_side_padding_top" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8.0dip">
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/time" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/chronometer" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:layout_gravity="end|bottom|center" android:id="@id/info" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="20.0dip" android:singleLine="true" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_alignParentBottom="true" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_above="@id/media_actions" />
|
||||
</RelativeLayout>
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ImageView android:id="@id/icon" android:layout_width="128.0dip" android:layout_height="128.0dip" android:scaleType="centerCrop" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" layout="@layout/notification_media_cancel_action" />
|
||||
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="128.0dip" android:layout_toLeftOf="@id/cancel_action" layout="@layout/notification_template_lines_media" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_toRightOf="@id/icon" android:layout_alignParentBottom="true" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_toRightOf="@id/icon" android:layout_above="@id/media_actions" />
|
||||
</RelativeLayout>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="128.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ImageView android:id="@id/icon" android:layout_width="128.0dip" android:layout_height="128.0dip" android:scaleType="centerCrop" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="48.0dip" android:layout_marginLeft="2.0dip" android:layout_marginRight="2.0dip" android:layout_alignParentRight="true" layout="@layout/notification_media_cancel_action" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/notification_main_column_container" android:paddingTop="@dimen/notification_main_column_padding_top" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="128.0dip" android:minHeight="@dimen/notification_large_icon_height" android:layout_toLeftOf="@id/cancel_action">
|
||||
<FrameLayout android:id="@id/notification_main_column" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_media_narrow_margin" android:layout_marginRight="8.0dip" android:layout_marginBottom="8.0dip" android:layout_weight="1.0" />
|
||||
<FrameLayout android:id="@id/right_side" android:paddingTop="@dimen/notification_right_side_padding_top" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8.0dip">
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/time" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/chronometer" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:layout_gravity="end|bottom|center" android:id="@id/info" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="20.0dip" android:singleLine="true" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="fill_parent" android:layout_height="48.0dip" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_toRightOf="@id/icon" android:layout_alignParentBottom="true" />
|
||||
<ImageView android:id="@id/action_divider" android:background="?android:dividerHorizontal" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_toRightOf="@id/icon" android:layout_above="@id/media_actions" />
|
||||
</RelativeLayout>
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:orientation="vertical" android:paddingTop="2.0dip" android:paddingRight="8.0dip" android:paddingBottom="2.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/line1" android:paddingTop="6.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start">
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Title.Media" android:ellipsize="marquee" android:id="@id/title" android:fadingEdge="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="1.0" />
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="center" android:id="@id/time" android:paddingLeft="8.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="0.0" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="center" android:id="@id/chronometer" android:paddingLeft="8.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="0.0" />
|
||||
</LinearLayout>
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Line2.Media" android:ellipsize="marquee" android:id="@id/text2" android:visibility="gone" android:fadingEdge="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginTop="-2.0dip" android:layout_marginBottom="-2.0dip" android:singleLine="true" />
|
||||
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/line3" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start">
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Media" android:ellipsize="marquee" android:layout_gravity="center" android:id="@id/text" android:fadingEdge="horizontal" android:layout_width="0.0dip" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="1.0" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:gravity="center" android:layout_gravity="center" android:id="@id/info" android:paddingLeft="8.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="0.0" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="64.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<include android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0" layout="@layout/notification_template_lines_media" />
|
||||
<LinearLayout android:layout_gravity="end|center" android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="wrap_content" android:layout_height="fill_parent" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="fill_parent" android:layout_marginRight="6.0dip" layout="@layout/notification_media_cancel_action" />
|
||||
<ImageView android:id="@id/end_padder" android:layout_width="6.0dip" android:layout_height="fill_parent" />
|
||||
</LinearLayout>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/status_bar_latest_event_content" android:layout_width="fill_parent" android:layout_height="64.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<include android:layout_width="@dimen/notification_large_icon_width" android:layout_height="@dimen/notification_large_icon_height" layout="@layout/notification_template_icon_group" />
|
||||
<LinearLayout android:orientation="horizontal" android:id="@id/notification_main_column_container" android:paddingTop="@dimen/notification_main_column_padding_top" android:layout_width="0.0dip" android:layout_height="wrap_content" android:minHeight="@dimen/notification_large_icon_height" android:layout_weight="1.0" android:layout_toLeftOf="@id/cancel_action">
|
||||
<FrameLayout android:id="@id/notification_main_column" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_content_margin_start" android:layout_marginRight="8.0dip" android:layout_marginBottom="8.0dip" android:layout_weight="1.0" />
|
||||
<FrameLayout android:id="@id/right_side" android:paddingTop="@dimen/notification_right_side_padding_top" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="8.0dip">
|
||||
<DateTimeView android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/time" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<Chronometer android:textAppearance="@style/TextAppearance.Compat.Notification.Time.Media" android:layout_gravity="end|center|top" android:id="@id/chronometer" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
|
||||
<TextView android:textAppearance="@style/TextAppearance.Compat.Notification.Info.Media" android:layout_gravity="end|bottom|center" android:id="@id/info" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="20.0dip" android:singleLine="true" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout android:layout_gravity="end|center" android:orientation="horizontal" android:id="@id/media_actions" android:layout_width="wrap_content" android:layout_height="fill_parent" />
|
||||
<include android:layout_width="48.0dip" android:layout_height="fill_parent" android:layout_marginRight="6.0dip" layout="@layout/notification_media_cancel_action" />
|
||||
<ImageView android:id="@id/end_padder" android:layout_width="6.0dip" android:layout_height="fill_parent" />
|
||||
</LinearLayout>
|
|
@ -2,7 +2,7 @@
|
|||
<merge
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<androidx.constraintlayout.widget.Guideline android:id="@id/guideline" app:layout_constraintGuide_begin="@dimen/uikit_guideline_item_row" style="@style/UiKit.Guideline" />
|
||||
<ImageView android:id="@id/item_unread" android:src="@drawable/ic_unread_white_9dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.ImageView" />
|
||||
<ImageView android:id="@id/item_unread" android:src="@drawable/ic_unread_white_9dp" android:contentDescription="@string/new_unreads" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.ImageView" />
|
||||
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/item_icon_iv" android:padding="@dimen/uikit_spacing_xsmall" android:layout_width="@dimen/avatar_size_standard" android:layout_height="@dimen/avatar_size_standard" android:layout_margin="@dimen/uikit_spacing_small" android:contentDescription="@string/text_channel" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintDimensionRatio="1:1" app:layout_constraintEnd_toStartOf="@id/guideline" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:placeholderImage="@drawable/ic_channel_text_grey_18dp" app:placeholderImageScaleType="centerInside" app:roundAsCircle="true" style="@style/UiKit.ImageView" />
|
||||
<androidx.appcompat.widget.AppCompatTextView android:textSize="@dimen/uikit_textsize_medium" android:id="@id/item_name_tv" android:layout_width="0.0dip" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toTopOf="@id/item_description_tv" app:layout_constraintEnd_toStartOf="@id/item_group_tv" app:layout_constraintStart_toStartOf="@id/guideline" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_chainStyle="packed" style="@style/UiKit.TextView.Large.SingleLine" />
|
||||
<androidx.appcompat.widget.AppCompatTextView android:id="@id/item_description_tv" android:visibility="gone" android:layout_width="0.0dip" android:textAllCaps="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/item_group_tv" app:layout_constraintStart_toStartOf="@id/item_name_tv" app:layout_constraintTop_toBottomOf="@id/item_name_tv" app:layout_constraintWidth_min="@dimen/uikit_spacing_xxxlarge" style="@style/UiKit.TextView.Subtext.Semibold.SingleLine" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">Navigeer tuis</string>
|
||||
<string name="abc_action_bar_up_description">Navigeer op</string>
|
||||
<string name="abc_action_bar_home_description">Gaan na tuisskerm</string>
|
||||
<string name="abc_action_bar_up_description">Gaan op</string>
|
||||
<string name="abc_action_menu_overflow_description">Nog opsies</string>
|
||||
<string name="abc_action_mode_done">Klaar</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Sien alles</string>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<string name="abc_prepend_shortcut_label">Kieslys+</string>
|
||||
<string name="abc_search_hint">Soek …</string>
|
||||
<string name="abc_searchview_description_clear">Vee navraag uit</string>
|
||||
<string name="abc_searchview_description_query">Soeknavraag</string>
|
||||
<string name="abc_searchview_description_query">Soektognavraag</string>
|
||||
<string name="abc_searchview_description_search">Soek</string>
|
||||
<string name="abc_searchview_description_submit">Dien navraag in</string>
|
||||
<string name="abc_searchview_description_voice">Stemsoektog</string>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">ወደ መነሻ ይዳስሱ</string>
|
||||
<string name="abc_action_bar_up_description">ወደ ላይ ይዳስሱ</string>
|
||||
<string name="abc_action_bar_home_description">መነሻ ዳስስ</string>
|
||||
<string name="abc_action_bar_up_description">ወደ ላይ ያስሱ</string>
|
||||
<string name="abc_action_menu_overflow_description">ተጨማሪ አማራጮች</string>
|
||||
<string name="abc_action_mode_done">ተከናውኗል</string>
|
||||
<string name="abc_activity_chooser_view_see_all">ሁሉንም ይመልከቱ</string>
|
||||
<string name="abc_activitychooserview_choose_application">መተግበሪያ ይምረጡ</string>
|
||||
<string name="abc_capital_off">ጠፍቷል</string>
|
||||
<string name="abc_capital_on">በርቷል</string>
|
||||
<string name="abc_activitychooserview_choose_application">አንድ መተግበሪያ ይምረጡ</string>
|
||||
<string name="abc_capital_off">አጥፋ</string>
|
||||
<string name="abc_capital_on">አብራ</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">ሰርዝ</string>
|
||||
|
@ -15,17 +15,17 @@
|
|||
<string name="abc_menu_function_shortcut_label">Function+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift+</string>
|
||||
<string name="abc_menu_space_shortcut_label">space</string>
|
||||
<string name="abc_menu_space_shortcut_label">ክፍተት</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">ምናሌ+</string>
|
||||
<string name="abc_search_hint">ፈልግ…</string>
|
||||
<string name="abc_prepend_shortcut_label">Menu+</string>
|
||||
<string name="abc_search_hint">ይፈልጉ…</string>
|
||||
<string name="abc_searchview_description_clear">መጠይቅ አጽዳ</string>
|
||||
<string name="abc_searchview_description_query">የፍለጋ ጥያቄ</string>
|
||||
<string name="abc_searchview_description_query">የፍለጋ መጠይቅ</string>
|
||||
<string name="abc_searchview_description_search">ፍለጋ</string>
|
||||
<string name="abc_searchview_description_submit">መጠይቅ ያስረክቡ</string>
|
||||
<string name="abc_searchview_description_voice">የድምፅ ፍለጋ</string>
|
||||
<string name="abc_shareactionprovider_share_with">ከሚከተለው ጋር ያጋሩ</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">ከ%s ጋር አጋራ</string>
|
||||
<string name="abc_searchview_description_submit">መጠይቅ አስገባ</string>
|
||||
<string name="abc_searchview_description_voice">የድምጽ ፍለጋ</string>
|
||||
<string name="abc_shareactionprovider_share_with">አጋራ በ</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">ለ%s አጋራ</string>
|
||||
<string name="abc_toolbar_collapse_description">ሰብስብ</string>
|
||||
<string name="common_google_play_services_enable_button">አንቃ</string>
|
||||
<string name="common_google_play_services_enable_text">Google Play አገልግሎቶችን ካላነቁ በስተቀር %1$s አይሰራም።</string>
|
||||
|
@ -46,6 +46,6 @@
|
|||
<string name="common_signin_button_text">ግባ</string>
|
||||
<string name="common_signin_button_text_long">በGoogle ይግቡ</string>
|
||||
<string name="fcm_fallback_notification_channel_label">የተለያዩ</string>
|
||||
<string name="search_menu_title">ፈልግ</string>
|
||||
<string name="search_menu_title">ፍለጋ</string>
|
||||
<string name="status_bar_notification_info_overflow">999+</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,29 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">التنقل إلى الشاشة الرئيسية</string>
|
||||
<string name="abc_action_bar_home_description">التوجه إلى المنزل</string>
|
||||
<string name="abc_action_bar_up_description">التنقل إلى أعلى</string>
|
||||
<string name="abc_action_menu_overflow_description">خيارات إضافية</string>
|
||||
<string name="abc_action_menu_overflow_description">خيارات أكثر</string>
|
||||
<string name="abc_action_mode_done">تم</string>
|
||||
<string name="abc_activity_chooser_view_see_all">عرض الكل</string>
|
||||
<string name="abc_activitychooserview_choose_application">اختيار تطبيق</string>
|
||||
<string name="abc_capital_off">إيقاف</string>
|
||||
<string name="abc_capital_on">تشغيل</string>
|
||||
<string name="abc_capital_on">تفعيل</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
<string name="abc_menu_delete_shortcut_label">حذف</string>
|
||||
<string name="abc_menu_enter_shortcut_label">enter</string>
|
||||
<string name="abc_menu_function_shortcut_label">Function+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift+</string>
|
||||
<string name="abc_menu_space_shortcut_label">space</string>
|
||||
<string name="abc_menu_space_shortcut_label">فضاء</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">القائمة+</string>
|
||||
<string name="abc_search_hint">بحث…</string>
|
||||
<string name="abc_searchview_description_clear">محو طلب البحث</string>
|
||||
<string name="abc_searchview_description_query">طلب البحث</string>
|
||||
<string name="abc_searchview_description_search">بحث</string>
|
||||
<string name="abc_searchview_description_query">طلب بحث</string>
|
||||
<string name="abc_searchview_description_search">البحث</string>
|
||||
<string name="abc_searchview_description_submit">إرسال طلب البحث</string>
|
||||
<string name="abc_searchview_description_voice">البحث الصوتي</string>
|
||||
<string name="abc_searchview_description_voice">بحث صوتي</string>
|
||||
<string name="abc_shareactionprovider_share_with">مشاركة مع</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">مشاركة مع %s</string>
|
||||
<string name="abc_toolbar_collapse_description">تصغير</string>
|
||||
|
|
|
@ -3,30 +3,30 @@
|
|||
<string name="abc_action_bar_home_description">গৃহ পৃষ্ঠালৈ যাওক</string>
|
||||
<string name="abc_action_bar_up_description">ওপৰলৈ যাওক</string>
|
||||
<string name="abc_action_menu_overflow_description">অধিক বিকল্প</string>
|
||||
<string name="abc_action_mode_done">"সম্পন্ন কৰা হ'ল"</string>
|
||||
<string name="abc_action_mode_done">সম্পন্ন হ’ল</string>
|
||||
<string name="abc_activity_chooser_view_see_all">সকলো চাওক</string>
|
||||
<string name="abc_activitychooserview_choose_application">এটা এপ্ বাছনি কৰক</string>
|
||||
<string name="abc_capital_off">অফ কৰক</string>
|
||||
<string name="abc_capital_on">অন কৰক</string>
|
||||
<string name="abc_activitychooserview_choose_application">কোনো এপ্ বাছনি কৰক</string>
|
||||
<string name="abc_capital_off">অফ</string>
|
||||
<string name="abc_capital_on">অন</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">CTRL+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">মচক</string>
|
||||
<string name="abc_menu_enter_shortcut_label">এণ্টাৰ</string>
|
||||
<string name="abc_menu_function_shortcut_label">ফাংশ্বন+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">মেটা+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">শ্বিফ্ট+</string>
|
||||
<string name="abc_menu_space_shortcut_label">স্পেচ</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
<string name="abc_menu_enter_shortcut_label">enter</string>
|
||||
<string name="abc_menu_function_shortcut_label">Function+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift+</string>
|
||||
<string name="abc_menu_space_shortcut_label">space</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">মেনু+</string>
|
||||
<string name="abc_search_hint">অনুসন্ধান কৰক…</string>
|
||||
<string name="abc_searchview_description_clear">প্ৰশ্ন মচক</string>
|
||||
<string name="abc_searchview_description_query">সন্ধান কৰিব খোজা প্ৰশ্ন</string>
|
||||
<string name="abc_searchview_description_search">সন্ধান কৰক</string>
|
||||
<string name="abc_prepend_shortcut_label">Menu+</string>
|
||||
<string name="abc_search_hint">সন্ধান কৰক…</string>
|
||||
<string name="abc_searchview_description_clear">সন্ধান কৰা প্ৰশ্ন মচক</string>
|
||||
<string name="abc_searchview_description_query">সন্ধান কৰা প্ৰশ্ন</string>
|
||||
<string name="abc_searchview_description_search">সন্ধান</string>
|
||||
<string name="abc_searchview_description_submit">প্ৰশ্ন দাখিল কৰক</string>
|
||||
<string name="abc_searchview_description_voice">কণ্ঠধ্বনিৰ যোগেৰে সন্ধান কৰক</string>
|
||||
<string name="abc_searchview_description_voice">কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান</string>
|
||||
<string name="abc_shareactionprovider_share_with">ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">%sৰ জৰিয়তে শ্বেয়াৰ কৰক</string>
|
||||
<string name="abc_toolbar_collapse_description">সংকুচিত কৰক</string>
|
||||
<string name="abc_toolbar_collapse_description">সংকোচন কৰক</string>
|
||||
<string name="common_google_play_services_enable_button">সক্ষম কৰক</string>
|
||||
<string name="common_google_play_services_enable_text">আপুনি Google Play সেৱাবোৰ সক্ষম নকৰালৈকে %1$sএ কাম নকৰিব।</string>
|
||||
<string name="common_google_play_services_enable_title">Google প্লে সেৱাসক্ষম কৰক</string>
|
||||
|
@ -46,6 +46,6 @@
|
|||
<string name="common_signin_button_text">ছাইন ইন কৰক</string>
|
||||
<string name="common_signin_button_text_long">Googleৰ জৰিয়তে ছাইন ইন কৰক</string>
|
||||
<string name="fcm_fallback_notification_channel_label">বিবিধ</string>
|
||||
<string name="search_menu_title">অনুসন্ধান কৰক</string>
|
||||
<string name="search_menu_title">সন্ধান</string>
|
||||
<string name="status_bar_notification_info_overflow">৯৯৯+</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">Evə naviqasiya et</string>
|
||||
<string name="abc_action_bar_up_description">Yuxarı get</string>
|
||||
<string name="abc_action_menu_overflow_description">Digər variantlar</string>
|
||||
<string name="abc_action_bar_home_description">Əsas səhifəyə keçin</string>
|
||||
<string name="abc_action_bar_up_description">Yuxarı keçin</string>
|
||||
<string name="abc_action_menu_overflow_description">Digər seçimlər</string>
|
||||
<string name="abc_action_mode_done">Hazırdır</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Hamısına baxın</string>
|
||||
<string name="abc_activitychooserview_choose_application">Tətbiq seçin</string>
|
||||
|
@ -15,18 +15,18 @@
|
|||
<string name="abc_menu_function_shortcut_label">Funksiya+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift+</string>
|
||||
<string name="abc_menu_space_shortcut_label">kosmos</string>
|
||||
<string name="abc_menu_space_shortcut_label">space</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">Menyu+</string>
|
||||
<string name="abc_search_hint">Axtarış...</string>
|
||||
<string name="abc_searchview_description_clear">Sorğunu təmizlə</string>
|
||||
<string name="abc_searchview_description_clear">Sorğunu silin</string>
|
||||
<string name="abc_searchview_description_query">Axtarış sorğusu</string>
|
||||
<string name="abc_searchview_description_search">Axtarış</string>
|
||||
<string name="abc_searchview_description_search">Axtarın</string>
|
||||
<string name="abc_searchview_description_submit">Sorğunu göndərin</string>
|
||||
<string name="abc_searchview_description_voice">Səsli axtarış</string>
|
||||
<string name="abc_shareactionprovider_share_with">Bununla paylaşın</string>
|
||||
<string name="abc_shareactionprovider_share_with">Paylaşın</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">%s ilə paylaşın</string>
|
||||
<string name="abc_toolbar_collapse_description">Yığışdırın</string>
|
||||
<string name="abc_toolbar_collapse_description">Yığcamlaşdırın</string>
|
||||
<string name="common_google_play_services_enable_button">Aktiv edin</string>
|
||||
<string name="common_google_play_services_enable_text">%1$s Google Play xidmətlərini aktiv edənə kimi işləməyəcək.</string>
|
||||
<string name="common_google_play_services_enable_title">Google Play xidmətlərini aktiv edin</string>
|
||||
|
@ -46,6 +46,6 @@
|
|||
<string name="common_signin_button_text">Daxil olun</string>
|
||||
<string name="common_signin_button_text_long">Google ilə daxil olun</string>
|
||||
<string name="fcm_fallback_notification_channel_label">Müxtəlif</string>
|
||||
<string name="search_menu_title">Axtarış</string>
|
||||
<string name="search_menu_title">Axtarın</string>
|
||||
<string name="status_bar_notification_info_overflow">999+</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">Odlazak na Početnu</string>
|
||||
<string name="abc_action_bar_up_description">Kretanje nagore</string>
|
||||
<string name="abc_action_bar_home_description">Idite na početnu</string>
|
||||
<string name="abc_action_bar_up_description">Idite nagore</string>
|
||||
<string name="abc_action_menu_overflow_description">Još opcija</string>
|
||||
<string name="abc_action_mode_done">Gotovo</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Prikaži sve</string>
|
||||
<string name="abc_activitychooserview_choose_application">Izbor aplikacije</string>
|
||||
<string name="abc_capital_off">ISKLJUČI</string>
|
||||
<string name="abc_capital_on">UKLJUČI</string>
|
||||
<string name="abc_activitychooserview_choose_application">Izaberite aplikaciju</string>
|
||||
<string name="abc_capital_off">ISKLJUČENO</string>
|
||||
<string name="abc_capital_on">UKLJUČENO</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
|
@ -18,14 +18,14 @@
|
|||
<string name="abc_menu_space_shortcut_label">taster za razmak</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">Menu+</string>
|
||||
<string name="abc_search_hint">Pretražite...</string>
|
||||
<string name="abc_searchview_description_clear">Brisanje upita</string>
|
||||
<string name="abc_searchview_description_query">Upit za pretragu</string>
|
||||
<string name="abc_searchview_description_search">Pretraga</string>
|
||||
<string name="abc_searchview_description_submit">Slanje upita</string>
|
||||
<string name="abc_search_hint">Pretražite…</string>
|
||||
<string name="abc_searchview_description_clear">Obrišite upit</string>
|
||||
<string name="abc_searchview_description_query">Pretražite upit</string>
|
||||
<string name="abc_searchview_description_search">Pretražite</string>
|
||||
<string name="abc_searchview_description_submit">Pošaljite upit</string>
|
||||
<string name="abc_searchview_description_voice">Glasovna pretraga</string>
|
||||
<string name="abc_shareactionprovider_share_with">Deli sa</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Deljenje sa aplikacijom %s</string>
|
||||
<string name="abc_shareactionprovider_share_with">Delite pomoću</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Delite pomoću aplikacije %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Skupi</string>
|
||||
<string name="common_google_play_services_enable_button">Omogući</string>
|
||||
<string name="common_google_play_services_enable_text">%1$s neće funkcionisati ako ne omogućite Google Play usluge.</string>
|
||||
|
@ -46,6 +46,6 @@
|
|||
<string name="common_signin_button_text">Prijavi me</string>
|
||||
<string name="common_signin_button_text_long">Prijavi me na Google</string>
|
||||
<string name="fcm_fallback_notification_channel_label">Razno</string>
|
||||
<string name="search_menu_title">Pretraži</string>
|
||||
<string name="search_menu_title">Pretražite</string>
|
||||
<string name="status_bar_notification_info_overflow">999+</string>
|
||||
</resources>
|
||||
|
|
|
@ -4,28 +4,28 @@
|
|||
<string name="abc_action_bar_up_description">Перайсці ўверх</string>
|
||||
<string name="abc_action_menu_overflow_description">Дадатковыя параметры</string>
|
||||
<string name="abc_action_mode_done">Гатова</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Прагледзець усё</string>
|
||||
<string name="abc_activitychooserview_choose_application">Выбраць праграму</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Паказаць усе</string>
|
||||
<string name="abc_activitychooserview_choose_application">Выберыце праграму</string>
|
||||
<string name="abc_capital_off">ВЫКЛ.</string>
|
||||
<string name="abc_capital_on">УКЛ.</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt +</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl +</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt +</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl +</string>
|
||||
<string name="abc_menu_delete_shortcut_label">Delete</string>
|
||||
<string name="abc_menu_enter_shortcut_label">Enter</string>
|
||||
<string name="abc_menu_function_shortcut_label">Fn +</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta +</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift +</string>
|
||||
<string name="abc_menu_function_shortcut_label">Fn +</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta +</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift +</string>
|
||||
<string name="abc_menu_space_shortcut_label">Прабел</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym +</string>
|
||||
<string name="abc_prepend_shortcut_label">Меню +</string>
|
||||
<string name="abc_search_hint">Пошук...</string>
|
||||
<string name="abc_searchview_description_clear">Выдалiць запыт</string>
|
||||
<string name="abc_searchview_description_query">Запыт на пошук</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym +</string>
|
||||
<string name="abc_prepend_shortcut_label">Меню +</string>
|
||||
<string name="abc_search_hint">Пошук…</string>
|
||||
<string name="abc_searchview_description_clear">Выдаліць запыт</string>
|
||||
<string name="abc_searchview_description_query">Пошукавы запыт</string>
|
||||
<string name="abc_searchview_description_search">Пошук</string>
|
||||
<string name="abc_searchview_description_submit">Адправіць запыт</string>
|
||||
<string name="abc_searchview_description_voice">Галасавы пошук</string>
|
||||
<string name="abc_shareactionprovider_share_with">Абагуліць з</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Абагуліць праз праграму %s</string>
|
||||
<string name="abc_shareactionprovider_share_with">Абагуліць праз</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Абагуліць праз праграму \"%s\"</string>
|
||||
<string name="abc_toolbar_collapse_description">Згарнуць</string>
|
||||
<string name="common_google_play_services_enable_button">Уключыць</string>
|
||||
<string name="common_google_play_services_enable_text">%1$s не будзе працаваць, пакуль вы не ўключыце службы Google Play.</string>
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
<string name="_default">По подразбиране</string>
|
||||
<string name="_new">ново</string>
|
||||
<string name="a11y_nitro_badge">Потребителят е абониран за Nitro.</string>
|
||||
<string name="abc_action_bar_home_description">Придвижване към „Начало“</string>
|
||||
<string name="abc_action_bar_up_description">Придвижване нагоре</string>
|
||||
<string name="abc_action_bar_home_description">Навигиране към началния екран</string>
|
||||
<string name="abc_action_bar_up_description">Навигиране нагоре</string>
|
||||
<string name="abc_action_menu_overflow_description">Още опции</string>
|
||||
<string name="abc_action_mode_done">Готово</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Вижте всички</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Преглед на всички</string>
|
||||
<string name="abc_activitychooserview_choose_application">Изберете приложение</string>
|
||||
<string name="abc_capital_off">ИЗКЛ.</string>
|
||||
<string name="abc_capital_on">ВКЛ.</string>
|
||||
|
@ -1349,7 +1349,6 @@
|
|||
<string name="follow">Следвай</string>
|
||||
<string name="follow_modal_body">Избери сървъра и канала, на който искаш да получаваш актуализации. Можеш да премахнеш това по всяко време в Настройки на сървъра > Уебкуки.</string>
|
||||
<string name="follow_modal_fail">Неуспешно следване на канала, опитай пак.</string>
|
||||
<string name="follow_modal_header">Дай ми актуализации за %1$s #%2$s!</string>
|
||||
<string name="follow_modal_hint">Показват се само сървърите и каналите, в които имаш разрешения за уебкуки.</string>
|
||||
<string name="follow_modal_hint_no_perms">О, не, нямаш разрешения за уебкуки във всеки сървър, в който се намираш. Помоли администратора на сървъра да ти даде разрешение или да последва себе си!</string>
|
||||
<string name="follow_modal_too_many_webhooks">Избраният канал има прекалено много уебкуки. Премахни уебкука или избери друг канал.</string>
|
||||
|
@ -1379,7 +1378,6 @@ AFK времето за изчакване. Това не засяга брау
|
|||
но по-скоро микрофона."</string>
|
||||
<string name="form_help_channel_permissions">Изборът на роли автоматично настройва основните разрешения за този канал.</string>
|
||||
<string name="form_help_custom_code">Използвай буквено-цифрова стойност като код.</string>
|
||||
<string name="form_help_debug_logging">Записва регистри на отстраняването на грешки в папката на гласовия модул, за да можеш да ни ги изпратиш.</string>
|
||||
<string name="form_help_default_notification_settings">"Това определя дали членовете, които не са задали изрично настройки за известията, ще получават такива
|
||||
за всяко съобщение, изпратено в сървъра. **Силно препоръчваме да настроите това само за @mentions в публичен Discord
|
||||
, за да избегнете [тази лудост](%1$s).**"</string>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">হোম এ নেভিগেট করুন</string>
|
||||
<string name="abc_action_bar_up_description">উপরের দিকে নেভিগেট করুন</string>
|
||||
<string name="abc_action_bar_home_description">হোমে নেভিগেট করুন</string>
|
||||
<string name="abc_action_bar_up_description">উপরে নেভিগেট করুন</string>
|
||||
<string name="abc_action_menu_overflow_description">আরও বিকল্প</string>
|
||||
<string name="abc_action_mode_done">সম্পন্ন হয়েছে</string>
|
||||
<string name="abc_activity_chooser_view_see_all">সবগুলো দেখুন</string>
|
||||
<string name="abc_activitychooserview_choose_application">একটি অ্যাপ্লিকেশান বেছে নিন</string>
|
||||
<string name="abc_capital_off">বন্ধ</string>
|
||||
<string name="abc_capital_on">চালু</string>
|
||||
<string name="abc_action_mode_done">হয়ে গেছে</string>
|
||||
<string name="abc_activity_chooser_view_see_all">সবগুলি দেখুন</string>
|
||||
<string name="abc_activitychooserview_choose_application">একটি অ্যাপ বেছে নিন</string>
|
||||
<string name="abc_capital_off">বন্ধ আছে</string>
|
||||
<string name="abc_capital_on">চালু করুন</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">মুছুন</string>
|
||||
|
@ -15,17 +15,17 @@
|
|||
<string name="abc_menu_function_shortcut_label">Function+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift+</string>
|
||||
<string name="abc_menu_space_shortcut_label">স্পেস</string>
|
||||
<string name="abc_menu_space_shortcut_label">space</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">মেনু+</string>
|
||||
<string name="abc_search_hint">অনুসন্ধান...</string>
|
||||
<string name="abc_searchview_description_clear">ক্যোয়ারী সাফ করুন</string>
|
||||
<string name="abc_searchview_description_query">ক্যোয়ারী খুঁজুন</string>
|
||||
<string name="abc_searchview_description_search">খুঁজুন</string>
|
||||
<string name="abc_searchview_description_submit">ক্যোয়ারী জমা দিন</string>
|
||||
<string name="abc_searchview_description_voice">ভয়েস অনুসন্ধান</string>
|
||||
<string name="abc_shareactionprovider_share_with">এর সাথে শেয়ার করুন</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">%s এর সাথে শেয়ার করুন</string>
|
||||
<string name="abc_prepend_shortcut_label">Menu+</string>
|
||||
<string name="abc_search_hint">সার্চ করুন…</string>
|
||||
<string name="abc_searchview_description_clear">কোয়েরি মুছে ফেলুন</string>
|
||||
<string name="abc_searchview_description_query">সার্চ কোয়েরি</string>
|
||||
<string name="abc_searchview_description_search">সার্চ করুন</string>
|
||||
<string name="abc_searchview_description_submit">কোয়েরি জমা দিন</string>
|
||||
<string name="abc_searchview_description_voice">ভয়েস সার্চ করুন</string>
|
||||
<string name="abc_shareactionprovider_share_with">শেয়ার করুন</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">%s-এর সাথে শেয়ার করুন</string>
|
||||
<string name="abc_toolbar_collapse_description">সঙ্কুচিত করুন</string>
|
||||
<string name="common_google_play_services_enable_button">সক্ষম করুন</string>
|
||||
<string name="common_google_play_services_enable_text">আপনি Google Play পরিষেবা সক্ষম না করা পর্যন্ত %1$s কাজ করবে না।</string>
|
||||
|
@ -46,6 +46,6 @@
|
|||
<string name="common_signin_button_text">সাইন-ইন করুন</string>
|
||||
<string name="common_signin_button_text_long">Google এর মাধ্যমে সাইন-ইন করুন</string>
|
||||
<string name="fcm_fallback_notification_channel_label">বিবিধ</string>
|
||||
<string name="search_menu_title">খুঁজুন</string>
|
||||
<string name="search_menu_title">সার্চ করুন</string>
|
||||
<string name="status_bar_notification_info_overflow">৯৯৯+</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">Vrati se na početnu stranicu</string>
|
||||
<string name="abc_action_bar_up_description">Navigiraj prema gore</string>
|
||||
<string name="abc_action_bar_home_description">Vratite se na početnu stranicu</string>
|
||||
<string name="abc_action_bar_up_description">Idi gore</string>
|
||||
<string name="abc_action_menu_overflow_description">Više opcija</string>
|
||||
<string name="abc_action_mode_done">Gotovo</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Prikaži sve</string>
|
||||
<string name="abc_activitychooserview_choose_application">Odaberite aplikaciju</string>
|
||||
<string name="abc_capital_off">ISKLJUČI</string>
|
||||
<string name="abc_capital_on">UKLJUČI</string>
|
||||
<string name="abc_capital_off">ISKLJUČENO</string>
|
||||
<string name="abc_capital_on">UKLJUČENO</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
|
@ -15,18 +15,18 @@
|
|||
<string name="abc_menu_function_shortcut_label">Function+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift+</string>
|
||||
<string name="abc_menu_space_shortcut_label">razmaknica</string>
|
||||
<string name="abc_menu_space_shortcut_label">razmak</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">Menu+</string>
|
||||
<string name="abc_search_hint">Pretraži...</string>
|
||||
<string name="abc_search_hint">Pretražite...</string>
|
||||
<string name="abc_searchview_description_clear">Obriši upit</string>
|
||||
<string name="abc_searchview_description_query">Pretraži upit</string>
|
||||
<string name="abc_searchview_description_search">Traži</string>
|
||||
<string name="abc_searchview_description_search">Pretraži</string>
|
||||
<string name="abc_searchview_description_submit">Pošalji upit</string>
|
||||
<string name="abc_searchview_description_voice">Glasovno pretraživanje</string>
|
||||
<string name="abc_shareactionprovider_share_with">Dijeli sa</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Dijeli koristeći aplikaciju %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Skupi</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Dijeli putem aplikacije %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Suzi</string>
|
||||
<string name="common_google_play_services_enable_button">Omogući</string>
|
||||
<string name="common_google_play_services_enable_text">Aplikacija %1$s neće raditi ako ne omogućite Google Play usluge.</string>
|
||||
<string name="common_google_play_services_enable_title">Omogućite Google Play usluge</string>
|
||||
|
@ -46,6 +46,6 @@
|
|||
<string name="common_signin_button_text">Prijavi se</string>
|
||||
<string name="common_signin_button_text_long">Prijavi se pomoću Googlea</string>
|
||||
<string name="fcm_fallback_notification_channel_label">Razno</string>
|
||||
<string name="search_menu_title">Pretraži</string>
|
||||
<string name="search_menu_title">Pretražite</string>
|
||||
<string name="status_bar_notification_info_overflow">999+</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">"Navega a la pàgina d'inici"</string>
|
||||
<string name="abc_action_bar_up_description">Navega cap a dalt</string>
|
||||
<string name="abc_action_bar_up_description">Navega cap amunt</string>
|
||||
<string name="abc_action_menu_overflow_description">Més opcions</string>
|
||||
<string name="abc_action_mode_done">Fet</string>
|
||||
<string name="abc_activity_chooser_view_see_all">"Mostra'ls tots"</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Mostra-ho tot</string>
|
||||
<string name="abc_activitychooserview_choose_application">Selecciona una aplicació</string>
|
||||
<string name="abc_capital_off">DESACTIVAT</string>
|
||||
<string name="abc_capital_on">ACTIVAT</string>
|
||||
<string name="abc_capital_off">DESACTIVA</string>
|
||||
<string name="abc_capital_on">ACTIVA</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">Supr</string>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<string name="abc_menu_space_shortcut_label">Espai</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">Menú+</string>
|
||||
<string name="abc_search_hint">Cerca...</string>
|
||||
<string name="abc_search_hint">Cerca…</string>
|
||||
<string name="abc_searchview_description_clear">Esborra la consulta</string>
|
||||
<string name="abc_searchview_description_query">Consulta de cerca</string>
|
||||
<string name="abc_searchview_description_search">Cerca</string>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<string name="abc_action_mode_done">Hotovo</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Zobrazit vše</string>
|
||||
<string name="abc_activitychooserview_choose_application">Vybrat aplikaci</string>
|
||||
<string name="abc_capital_off">VYPNUTO</string>
|
||||
<string name="abc_capital_on">ZAPNUTO</string>
|
||||
<string name="abc_capital_off">VYP</string>
|
||||
<string name="abc_capital_on">ZAP</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
|
@ -24,11 +24,11 @@
|
|||
<string name="abc_prepend_shortcut_label">Menu+</string>
|
||||
<string name="abc_search_hint">Vyhledat…</string>
|
||||
<string name="abc_searchview_description_clear">Smazat dotaz</string>
|
||||
<string name="abc_searchview_description_query">Vyhledávací dotaz</string>
|
||||
<string name="abc_searchview_description_query">Dotaz pro vyhledávání</string>
|
||||
<string name="abc_searchview_description_search">Hledat</string>
|
||||
<string name="abc_searchview_description_submit">Odeslat dotaz</string>
|
||||
<string name="abc_searchview_description_voice">Hlasové vyhledávání</string>
|
||||
<string name="abc_shareactionprovider_share_with">Sdílet pomocí</string>
|
||||
<string name="abc_shareactionprovider_share_with">Sdílet s</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Sdílet s aplikací %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Sbalit</string>
|
||||
<string name="about_this_app">O této aplikaci</string>
|
||||
|
@ -865,7 +865,7 @@ Vlastní URL mohou obsahovat pouze písmena, čísla nebo pomlčky."</string>
|
|||
<string name="channel_type">Typ kanálu</string>
|
||||
<string name="channel_unmute_tooltip">Když zrušíš ztlumení kanálu, zobrazí se všechna upozornění na nepřečtené zprávy a aktivují se oznámení pro všechny zprávy.</string>
|
||||
<string name="channels">Kanály</string>
|
||||
<string name="channels_unavailable_body">Ocitl/a ses ve zvláštní. Buď nemáš přístup k žádným textovým kanálům nebo na tomto serveru žádné nejsou.</string>
|
||||
<string name="channels_unavailable_body">Ocitl/a ses ve zvláštní situaci. Buď nemáš přístup k žádným textovým kanálům nebo na tomto serveru žádné nejsou.</string>
|
||||
<string name="channels_unavailable_title">Žádné textové kanály</string>
|
||||
<string name="chat_attach_invite_to_listen">Pozvat %1$s k poslechu %2$s</string>
|
||||
<string name="chat_attach_invite_to_play_game">Pozvat %1$s k hraní %2$s</string>
|
||||
|
@ -1331,7 +1331,6 @@ kliknutím na ten malinkaťoulinkatý text dole."</string>
|
|||
<string name="follow">Sledovat</string>
|
||||
<string name="follow_modal_body">Vyber si server a kanál, kterým chceš poslat aktualizace. Tyto aktualizace můžeš kdykoli odebrat v části Nastavení serveru > Webhooky.</string>
|
||||
<string name="follow_modal_fail">Nepodařilo se sledovat kanál. Zkus to prosím znovu.</string>
|
||||
<string name="follow_modal_header">Dejte mi aktualizace %1$s #%2$s!</string>
|
||||
<string name="follow_modal_hint">Zobrazují se pouze servery a kanály, u kterých máš oprávnění pro webhooky.</string>
|
||||
<string name="follow_modal_hint_no_perms">Ale ne! Na žádném ze serverů nemáš oprávnění pro webhooky. Požádej správce serveru, aby ti oprávnění udělili, nebo je požádej, aby tě sami sledovali!</string>
|
||||
<string name="follow_modal_too_many_webhooks">Vybraný kanál má příliš mnoho webhooků. Odeber některý z webhooků nebo vyber jiný kanál.</string>
|
||||
|
@ -1361,7 +1360,6 @@ Nastavením na 0 %% útlum zcela vypneš."</string>
|
|||
ale přímo samotný mikrofon."</string>
|
||||
<string name="form_help_channel_permissions">Vybrané role získají automaticky základní oprávnění pro tento kanál.</string>
|
||||
<string name="form_help_custom_code">Jako kód použij alfanumerickou hodnotu.</string>
|
||||
<string name="form_help_debug_logging">Ukládá do složky hlasového modulu protokoly ladění, které nám můžeš poslat při řešení potíží.</string>
|
||||
<string name="form_help_default_notification_settings">"Toto určuje, zda členové, kteří si výslovně nenastavili oznámení, budou nebo nebudou dostávat oznámení o
|
||||
všech zprávách odeslaných v tomto serveru. **Toto doporučujeme nastavit pouze na @zmínky pro veřejný Discord,
|
||||
aby se zamezilo [tomuto šílenství](%1$s).**"</string>
|
||||
|
|
|
@ -4,17 +4,17 @@
|
|||
<string name="_default">Standard</string>
|
||||
<string name="_new">ny</string>
|
||||
<string name="a11y_nitro_badge">Bruger abonnerer på Nitro.</string>
|
||||
<string name="abc_action_bar_home_description">Naviger hjem</string>
|
||||
<string name="abc_action_bar_up_description">Naviger op</string>
|
||||
<string name="abc_action_menu_overflow_description">Flere muligheder</string>
|
||||
<string name="abc_action_mode_done">Luk</string>
|
||||
<string name="abc_action_bar_home_description">Find hjem</string>
|
||||
<string name="abc_action_bar_up_description">Gå op</string>
|
||||
<string name="abc_action_menu_overflow_description">Flere valgmuligheder</string>
|
||||
<string name="abc_action_mode_done">Udfør</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Se alle</string>
|
||||
<string name="abc_activitychooserview_choose_application">Vælg en app</string>
|
||||
<string name="abc_capital_off">FRA</string>
|
||||
<string name="abc_capital_on">TIL</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
<string name="abc_menu_delete_shortcut_label">slet</string>
|
||||
<string name="abc_menu_enter_shortcut_label">enter</string>
|
||||
<string name="abc_menu_function_shortcut_label">Fn+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
|
@ -23,10 +23,10 @@
|
|||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">Menu+</string>
|
||||
<string name="abc_search_hint">Søg…</string>
|
||||
<string name="abc_searchview_description_clear">Ryd forespørgslen</string>
|
||||
<string name="abc_searchview_description_clear">Ryd forespørgsel</string>
|
||||
<string name="abc_searchview_description_query">Søgeforespørgsel</string>
|
||||
<string name="abc_searchview_description_search">Søg</string>
|
||||
<string name="abc_searchview_description_submit">Indsend forespørgslen</string>
|
||||
<string name="abc_searchview_description_submit">Indsend forespørgsel</string>
|
||||
<string name="abc_searchview_description_voice">Talesøgning</string>
|
||||
<string name="abc_shareactionprovider_share_with">Del med</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Del med %s</string>
|
||||
|
@ -1320,7 +1320,6 @@ på den lille bitte tekst nedenfor."</string>
|
|||
<string name="follow">Følg</string>
|
||||
<string name="follow_modal_body">Vælg server og kanal, som du gerne vil have opdateringer sendt til. Du kan fjerne denne til enhver tid i Serverindstillinger > Webkroge.</string>
|
||||
<string name="follow_modal_fail">Det var ikke muligt at følge kanalen, prøv venligst igen.</string>
|
||||
<string name="follow_modal_header">Giv mig %1$s #%2$s opdateringer!</string>
|
||||
<string name="follow_modal_hint">Kun servere og kanaler, du har webkroge-tilladelser til, vises.</string>
|
||||
<string name="follow_modal_hint_no_perms">Åh nej, du har ikke webkroge-tilladelser til nogen server som du er på. Spørg din server-admin om at give dig tilladelse, eller spørg dem om at komme og følge selv!</string>
|
||||
<string name="follow_modal_too_many_webhooks">Den valgte kanal har for mange web-kroge. Fjern venligst en web-krog, eller vælg en anden kanal.</string>
|
||||
|
@ -1350,7 +1349,6 @@ Sæt den til 0 %% for helt at fjerne dæmpning."</string>
|
|||
men snarere af mikrofonen."</string>
|
||||
<string name="form_help_channel_permissions">Valg af roller vil automatisk opsætte grundlæggende tilladelser for denne kanal.</string>
|
||||
<string name="form_help_custom_code">Brug en hvilken som helst alfanumerisk værdi som kode.</string>
|
||||
<string name="form_help_debug_logging">Gem fejlrettelseslogfiler i en stemmemodulmappe, som du kan sende til os til fejlfinding.</string>
|
||||
<string name="form_help_default_notification_settings">"Dette vil afgøre, om medlemmer, der ikke udtrykkeligt har angivet deres meddelsesindstillinger, modtager en meddelelse
|
||||
for hver besked, der sendes i denne server eller ej. **Vi anbefaler kraftigt kun at sætte @mentions på en offentlig Discord
|
||||
for at undgå [dette vanvid](%1$s).**"</string>
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
<string name="abc_action_bar_up_description">Nach oben</string>
|
||||
<string name="abc_action_menu_overflow_description">Weitere Optionen</string>
|
||||
<string name="abc_action_mode_done">Fertig</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Alle ansehen</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Alle anzeigen</string>
|
||||
<string name="abc_activitychooserview_choose_application">App auswählen</string>
|
||||
<string name="abc_capital_off">Aus</string>
|
||||
<string name="abc_capital_on">An</string>
|
||||
<string name="abc_capital_off">AUS</string>
|
||||
<string name="abc_capital_on">AN</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt +</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Strg +</string>
|
||||
<string name="abc_menu_delete_shortcut_label">Löschen</string>
|
||||
|
@ -19,16 +19,16 @@
|
|||
<string name="abc_menu_function_shortcut_label">Funktionstaste +</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta-Taste +</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Umschalttaste +</string>
|
||||
<string name="abc_menu_space_shortcut_label">Leertaste +</string>
|
||||
<string name="abc_menu_space_shortcut_label">Leertaste</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym-Taste +</string>
|
||||
<string name="abc_prepend_shortcut_label">Menütaste +</string>
|
||||
<string name="abc_search_hint">Suchen…</string>
|
||||
<string name="abc_searchview_description_clear">Suchanfrage löschen</string>
|
||||
<string name="abc_searchview_description_query">Suchanfrage</string>
|
||||
<string name="abc_searchview_description_search">Suchen</string>
|
||||
<string name="abc_searchview_description_submit">Suchanfrage senden</string>
|
||||
<string name="abc_searchview_description_search">Suche</string>
|
||||
<string name="abc_searchview_description_submit">Anfrage senden</string>
|
||||
<string name="abc_searchview_description_voice">Sprachsuche</string>
|
||||
<string name="abc_shareactionprovider_share_with">Freigeben für</string>
|
||||
<string name="abc_shareactionprovider_share_with">Teilen mit</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Mit %s teilen</string>
|
||||
<string name="abc_toolbar_collapse_description">Minimieren</string>
|
||||
<string name="about_this_app">Über diese App</string>
|
||||
|
@ -1322,7 +1322,6 @@ indem du auf den winzig kleinen Text unten klickst."</string>
|
|||
<string name="follow">Folgen</string>
|
||||
<string name="follow_modal_body">Wähle den Server und den Kanal, an die Updates geschickt werden sollen. Du kannst das jederzeit unter „Servereinstellungen“ > „WebHooks“ ändern.</string>
|
||||
<string name="follow_modal_fail">Das mit dem Folgen hat nicht geklappt. Bitte versuch es noch mal.</string>
|
||||
<string name="follow_modal_header">Ich möchte Updates zu %1$s #%2$s!</string>
|
||||
<string name="follow_modal_hint">Es werden nur Server und Kanäle angezeigt, für die du WebHook-Berechtigungen hast.</string>
|
||||
<string name="follow_modal_hint_no_perms">Oh-oh. Du hast für keinen Server WebHook-Berechtigungen. Bitte deinen Serveradmin darum oder frag, ob er nicht selbst folgen möchte!</string>
|
||||
<string name="follow_modal_too_many_webhooks">Der ausgewählte Kanal hat zu viele WebHooks. Bitte entferne einen WebHook oder wähle einen anderen Kanal.</string>
|
||||
|
@ -1352,7 +1351,6 @@ Setze den Wert auf 0 %%, um diese Funktion zu deaktivieren."</string>
|
|||
Discord selbst ausgeführt, sondern vom Mikrofon."</string>
|
||||
<string name="form_help_channel_permissions">Durch das Auswählen von Rollen werden automatisch grundlegende Berechtigungen für diesen Kanal erstellt.</string>
|
||||
<string name="form_help_custom_code">Benutze einen alphanumerischen Wert als Code.</string>
|
||||
<string name="form_help_debug_logging">Speichert in einem Voice-Modul-Ordner Debug-Protokolle, die du uns für Problemlösungen schicken kannst.</string>
|
||||
<string name="form_help_default_notification_settings">"Diese Einstellung legt fest, ob Mitglieder, die ihre Benachrichtigungseinstellungen nicht selbst festgelegt haben,
|
||||
eine Benachrichtigung für jede Nachricht empfangen oder nicht. **Wir empfehlen, diese Option bei einem öffentlichen Discord auf @Erwähnungen zu beschränken,
|
||||
um [diesen Wahnsinn](%1$s) zu vermeiden.**"</string>
|
||||
|
@ -3738,7 +3736,7 @@ Wähle, welchen Bildschirm du übertragen möchtest."</string>
|
|||
<string name="search_in">%1$s durchsuchen</string>
|
||||
<string name="search_members">Mitglieder suchen</string>
|
||||
<string name="search_members_no_result">Es wurden keine Mitglieder gefunden.</string>
|
||||
<string name="search_menu_title">Suchen</string>
|
||||
<string name="search_menu_title">Suche</string>
|
||||
<string name="search_no_results">Wir haben weit und breit gesucht. Leider haben wir dabei nichts gefunden.</string>
|
||||
<string name="search_no_results_alt">Keine Ergebnisse gefunden. Die Banane des Mitgefühls ist für dich da.</string>
|
||||
<string name="search_num_results_blocked_not_shown">Wir haben %1$s von Benutzern, die du blockiert hast, versteckt.</string>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<string name="abc_action_bar_up_description">Πλοήγηση προς τα επάνω</string>
|
||||
<string name="abc_action_menu_overflow_description">Περισσότερες επιλογές</string>
|
||||
<string name="abc_action_mode_done">Τέλος</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Προβολή όλων</string>
|
||||
<string name="abc_activitychooserview_choose_application">Επιλέξτε κάποια εφαρμογή</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Εμφάνιση όλων</string>
|
||||
<string name="abc_activitychooserview_choose_application">Επιλέξτε μια εφαρμογή</string>
|
||||
<string name="abc_capital_off">ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ</string>
|
||||
<string name="abc_capital_on">ΕΝΕΡΓΟΠΟΙΗΣΗ</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
|
@ -28,8 +28,8 @@
|
|||
<string name="abc_searchview_description_search">Αναζήτηση</string>
|
||||
<string name="abc_searchview_description_submit">Υποβολή ερωτήματος</string>
|
||||
<string name="abc_searchview_description_voice">Φωνητική αναζήτηση</string>
|
||||
<string name="abc_shareactionprovider_share_with">Κοινή χρήση με</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Κοινή χρήση με %s</string>
|
||||
<string name="abc_shareactionprovider_share_with">Κοινοποίηση σε</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Κοινοποίηση στην εφαρμογή %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Σύμπτυξη</string>
|
||||
<string name="about_this_app">Σχετικά με αυτή την εφαρμογή</string>
|
||||
<string name="accept_invite_modal_button">Αποδοχή πρόσκλησης</string>
|
||||
|
@ -1344,7 +1344,6 @@ Avatar"</string>
|
|||
<string name="follow">Ακολουθήστε</string>
|
||||
<string name="follow_modal_body">Επιλέξτε το διακομιστή και το κανάλι που θέλετε να λαμβάνετε ενημερώσεις που αποστέλλονται εκεί. Μπορείτε να τα αφαιρέσετε οποιαδήποτε στιγμή από τις Ρυθμίσεις Διακομιστή > Webhooks.</string>
|
||||
<string name="follow_modal_fail">Δεν καταφέρατε να ακολουθήσετε το κανάλι, παρακαλούμε προσπαθήστε ξανά.</string>
|
||||
<string name="follow_modal_header">Δώστε μου %1$s #%2$s ενημερώσεις!</string>
|
||||
<string name="follow_modal_hint">Μόνο οι διακομιστές και τα κανάλια που έχετε ενεργοποιήσει τις άδειες Webhook θα εμφανίζονται.</string>
|
||||
<string name="follow_modal_hint_no_perms">Ωχ όχι, δεν έχετε ενεργοποιήσει τις άδειες Webhook για κανέναν διακομιστή που είστε μέλος. Ζητήστε από τον διαχειριστή του διακομιστή σας να σας δώσει την άδεια ή ζητήστε τους να ακολουθήσουν τους εαυτούς τους!</string>
|
||||
<string name="follow_modal_too_many_webhooks">Το επιλεγμένο κανάλι έχει πάρα πολλά Webhooks. Παρακαλούμε αφαιρέστε ένα Webhook ή επιλέξτε ένα άλλο κανάλι.</string>
|
||||
|
@ -1374,7 +1373,6 @@ AFK. Αυτό δεν επηρεάζει τα προγράμματα περιήγ
|
|||
αλλά από το μικρόφωνο."</string>
|
||||
<string name="form_help_channel_permissions">Επιλέγοντας ρόλους ορίζονται αυτόματα οι βασικές άδειες για αυτό το κανάλι.</string>
|
||||
<string name="form_help_custom_code">Μπορείς να χρησιμοποιήσεις οποιαδήποτε αλφαριθμητική τιμή ως κωδικό.</string>
|
||||
<string name="form_help_debug_logging">Σώζει τα αρχεία καταγραφής αποσφαλμάτωσης στον φάκελο μονάδων φωνής που μπορείς να μας στείλεις για να επιλύσουμε το πρόβλημα.</string>
|
||||
<string name="form_help_default_notification_settings">"Αυτό θα καθορίσει αν τα μέλη που δεν έχουν ορίσει ρητά τις ρυθμίσεις ειδοποιήσεων θα λαμβάνουν μια ειδοποίηση
|
||||
για κάθε μήνυμα που αποστέλλεται σε αυτόν τον διακομιστή ή όχι. ** Αυτή η ρύθμιση συνιστάται ιδιαίτερα να ορίζεται σε μόνο @mentions για έναν δημόσιο διακομιστή Discord,
|
||||
για να αποφευχθεί [αυτή η τρέλα](%1$s).**"</string>
|
||||
|
|
|
@ -1296,7 +1296,6 @@ pulsando el minúsculo texto que hay a continuación."</string>
|
|||
<string name="follow">Seguir</string>
|
||||
<string name="follow_modal_body">Selecciona el servidor y el canal al que te gustaría enviar actualizaciones. Puedes eliminarlo en cualquier momento en Ajustes del servidor > Webhooks.</string>
|
||||
<string name="follow_modal_fail">No se ha podido seguir al canal, vuelve a intentarlo.</string>
|
||||
<string name="follow_modal_header">¡Dame actualizaciones de #%1$s en %2$s!</string>
|
||||
<string name="follow_modal_hint">Solo se muestran los canales y servidores en los que tienes permisos de webhook.</string>
|
||||
<string name="follow_modal_hint_no_perms">Oh, oh, no estás en ningún servidor que tenga permisos de webhook. ¡Pide al administrador de tu servidor que te dé permiso o que te siga él mismo!</string>
|
||||
<string name="follow_modal_too_many_webhooks">El canal seleccionado tiene demasiados webhooks. Elimina un webhook o selecciona otro canal.</string>
|
||||
|
@ -1326,7 +1325,6 @@ Ponlo al 0 %% para deshabilitar por completo la atenuación."</string>
|
|||
sino el micrófono."</string>
|
||||
<string name="form_help_channel_permissions">Seleccionar roles configurará automáticamente los permisos básicos para este canal.</string>
|
||||
<string name="form_help_custom_code">Usa cualquier valor alfanumérico como código.</string>
|
||||
<string name="form_help_debug_logging">Guarda registros de depuración en la carpeta del módulo de voz que puedes enviarnos para solucionar problemas.</string>
|
||||
<string name="form_help_default_notification_settings">"Esto determina si los miembros que no han establecido explícitamente sus ajustes de notificaciones reciben o no una notificación
|
||||
por cada mensaje enviado en el servidor. **Recomendamos encarecidamente ajustarlo solo a @mentions para un Discord público
|
||||
con el fin de evitar [esta locura](%1$s).**"</string>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<string name="abc_action_bar_up_description">Navegar hacia arriba</string>
|
||||
<string name="abc_action_menu_overflow_description">Más opciones</string>
|
||||
<string name="abc_action_mode_done">Listo</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Ver todo</string>
|
||||
<string name="abc_activitychooserview_choose_application">Elige una aplicación.</string>
|
||||
<string name="abc_capital_off">DESACTIVADO</string>
|
||||
<string name="abc_capital_on">ACTIVADO</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Ver todas</string>
|
||||
<string name="abc_activitychooserview_choose_application">Elegir una app</string>
|
||||
<string name="abc_capital_off">DESACTIVAR</string>
|
||||
<string name="abc_capital_on">ACTIVAR</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">borrar</string>
|
||||
|
@ -19,9 +19,9 @@
|
|||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">Menú+</string>
|
||||
<string name="abc_search_hint">Buscar…</string>
|
||||
<string name="abc_searchview_description_clear">Eliminar la consulta</string>
|
||||
<string name="abc_searchview_description_clear">Borrar consulta</string>
|
||||
<string name="abc_searchview_description_query">Búsqueda</string>
|
||||
<string name="abc_searchview_description_search">Búsqueda</string>
|
||||
<string name="abc_searchview_description_search">Buscar</string>
|
||||
<string name="abc_searchview_description_submit">Enviar consulta</string>
|
||||
<string name="abc_searchview_description_voice">Búsqueda por voz</string>
|
||||
<string name="abc_shareactionprovider_share_with">Compartir con</string>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">Ir a la pantalla de inicio</string>
|
||||
<string name="abc_action_bar_home_description">Ir a inicio</string>
|
||||
<string name="abc_action_bar_up_description">Desplazarse hacia arriba</string>
|
||||
<string name="abc_action_menu_overflow_description">Más opciones</string>
|
||||
<string name="abc_action_mode_done">Listo</string>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<string name="abc_capital_on">ACTIVADO</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt +</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl +</string>
|
||||
<string name="abc_menu_delete_shortcut_label">Eliminar</string>
|
||||
<string name="abc_menu_delete_shortcut_label">Suprimir</string>
|
||||
<string name="abc_menu_enter_shortcut_label">Intro</string>
|
||||
<string name="abc_menu_function_shortcut_label">Función +</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta +</string>
|
||||
|
@ -20,13 +20,13 @@
|
|||
<string name="abc_prepend_shortcut_label">Menú +</string>
|
||||
<string name="abc_search_hint">Buscar…</string>
|
||||
<string name="abc_searchview_description_clear">Borrar consulta</string>
|
||||
<string name="abc_searchview_description_query">Consulta</string>
|
||||
<string name="abc_searchview_description_query">Consulta de búsqueda</string>
|
||||
<string name="abc_searchview_description_search">Buscar</string>
|
||||
<string name="abc_searchview_description_submit">Enviar consulta</string>
|
||||
<string name="abc_searchview_description_voice">Búsqueda por voz</string>
|
||||
<string name="abc_shareactionprovider_share_with">Compartir con</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Compartir con %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Contraer</string>
|
||||
<string name="abc_toolbar_collapse_description">Ocultar</string>
|
||||
<string name="common_google_play_services_enable_button">Habilitar</string>
|
||||
<string name="common_google_play_services_enable_text">%1$s no funcionará hasta que no habilites Servicios de Google Play.</string>
|
||||
<string name="common_google_play_services_enable_title">Habilita Servicios de Google Play</string>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">Navigeerimine avaekraanile</string>
|
||||
<string name="abc_action_bar_up_description">Navigeerimine üles</string>
|
||||
<string name="abc_action_bar_home_description">Liigu avalehele</string>
|
||||
<string name="abc_action_bar_up_description">Liigu üles</string>
|
||||
<string name="abc_action_menu_overflow_description">Rohkem valikuid</string>
|
||||
<string name="abc_action_mode_done">Valmis</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Kuva kõik</string>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<string name="abc_capital_on">SEES</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt +</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl +</string>
|
||||
<string name="abc_menu_delete_shortcut_label">kustutamisklahv</string>
|
||||
<string name="abc_menu_delete_shortcut_label">kustuta</string>
|
||||
<string name="abc_menu_enter_shortcut_label">sisestusklahv</string>
|
||||
<string name="abc_menu_function_shortcut_label">Funktsiooniklahv +</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta +</string>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<string name="abc_searchview_description_search">Otsing</string>
|
||||
<string name="abc_searchview_description_submit">Päringu esitamine</string>
|
||||
<string name="abc_searchview_description_voice">Häälotsing</string>
|
||||
<string name="abc_shareactionprovider_share_with">Jagamine:</string>
|
||||
<string name="abc_shareactionprovider_share_with">Jaga:</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Jagamine rakendusega %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Ahendamine</string>
|
||||
<string name="common_google_play_services_enable_button">Luba</string>
|
||||
|
|
|
@ -6,16 +6,16 @@
|
|||
<string name="abc_action_mode_done">Eginda</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Ikusi guztiak</string>
|
||||
<string name="abc_activitychooserview_choose_application">Aukeratu aplikazio bat</string>
|
||||
<string name="abc_capital_off">DESAKTIBATUTA</string>
|
||||
<string name="abc_capital_on">AKTIBATUTA</string>
|
||||
<string name="abc_capital_off">DESAKTIBATU</string>
|
||||
<string name="abc_capital_on">AKTIBATU</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt +</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ktrl +</string>
|
||||
<string name="abc_menu_delete_shortcut_label">Ezabatu</string>
|
||||
<string name="abc_menu_enter_shortcut_label">Sartu</string>
|
||||
<string name="abc_menu_delete_shortcut_label">ezabatu</string>
|
||||
<string name="abc_menu_enter_shortcut_label">sartu</string>
|
||||
<string name="abc_menu_function_shortcut_label">Funtzioa +</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta +</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Maius +</string>
|
||||
<string name="abc_menu_space_shortcut_label">Zuriunea</string>
|
||||
<string name="abc_menu_space_shortcut_label">zuriunea</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym +</string>
|
||||
<string name="abc_prepend_shortcut_label">Menua +</string>
|
||||
<string name="abc_search_hint">Bilatu…</string>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<string name="abc_searchview_description_search">Bilatu</string>
|
||||
<string name="abc_searchview_description_submit">Bidali kontsulta</string>
|
||||
<string name="abc_searchview_description_voice">Ahozko bilaketa</string>
|
||||
<string name="abc_shareactionprovider_share_with">Partekatu hauekin</string>
|
||||
<string name="abc_shareactionprovider_share_with">Partekatu honekin</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Partekatu %s aplikazioarekin</string>
|
||||
<string name="abc_toolbar_collapse_description">Tolestu</string>
|
||||
<string name="common_google_play_services_enable_button">Gaitu</string>
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="abc_action_bar_home_description">پیمایش به صفحه اصلی</string>
|
||||
<string name="abc_action_bar_up_description">پیمایش به بالا</string>
|
||||
<string name="abc_action_bar_up_description">رفتن به بالا</string>
|
||||
<string name="abc_action_menu_overflow_description">گزینههای بیشتر</string>
|
||||
<string name="abc_action_mode_done">تمام</string>
|
||||
<string name="abc_activity_chooser_view_see_all">مشاهده همه</string>
|
||||
<string name="abc_activity_chooser_view_see_all">دیدن همه</string>
|
||||
<string name="abc_activitychooserview_choose_application">انتخاب برنامه</string>
|
||||
<string name="abc_capital_off">خاموش</string>
|
||||
<string name="abc_capital_on">روشن</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
<string name="abc_menu_delete_shortcut_label">حذف</string>
|
||||
<string name="abc_menu_enter_shortcut_label">enter</string>
|
||||
<string name="abc_menu_function_shortcut_label">Function+</string>
|
||||
<string name="abc_menu_meta_shortcut_label">Meta+</string>
|
||||
<string name="abc_menu_shift_shortcut_label">Shift+</string>
|
||||
<string name="abc_menu_space_shortcut_label">کلید فاصله</string>
|
||||
<string name="abc_menu_space_shortcut_label">فاصله</string>
|
||||
<string name="abc_menu_sym_shortcut_label">Sym+</string>
|
||||
<string name="abc_prepend_shortcut_label">منو+</string>
|
||||
<string name="abc_search_hint">جستجو…</string>
|
||||
<string name="abc_searchview_description_clear">پاک کردن عبارت جستجو</string>
|
||||
<string name="abc_searchview_description_query">عبارت جستجو</string>
|
||||
<string name="abc_search_hint">جستجو…</string>
|
||||
<string name="abc_searchview_description_clear">پاک کردن پُرسمان</string>
|
||||
<string name="abc_searchview_description_query">درخواست جستجو</string>
|
||||
<string name="abc_searchview_description_search">جستجو</string>
|
||||
<string name="abc_searchview_description_submit">ارسال عبارت جستجو</string>
|
||||
<string name="abc_searchview_description_submit">ارسال پُرسمان</string>
|
||||
<string name="abc_searchview_description_voice">جستجوی گفتاری</string>
|
||||
<string name="abc_shareactionprovider_share_with">اشتراکگذاری با</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">اشتراکگذاری با %s</string>
|
||||
<string name="abc_shareactionprovider_share_with">همرسانی با</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">همرسانی با %s</string>
|
||||
<string name="abc_toolbar_collapse_description">کوچک کردن</string>
|
||||
<string name="common_google_play_services_enable_button">فعال کردن</string>
|
||||
<string name="common_google_play_services_enable_text">تا وقتی سرویسهای Google Play را فعال نکنید، %1$s کار نمیکند.</string>
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
<string name="a11y_nitro_badge">Käyttäjä on Nitro-tilaaja.</string>
|
||||
<string name="abc_action_bar_home_description">Siirry etusivulle</string>
|
||||
<string name="abc_action_bar_up_description">Siirry ylös</string>
|
||||
<string name="abc_action_menu_overflow_description">Lisää</string>
|
||||
<string name="abc_action_menu_overflow_description">Lisäasetukset</string>
|
||||
<string name="abc_action_mode_done">Valmis</string>
|
||||
<string name="abc_activity_chooser_view_see_all">Näytä kaikki</string>
|
||||
<string name="abc_activitychooserview_choose_application">Valitse sovellus</string>
|
||||
<string name="abc_capital_off">POIS KÄYTÖSTÄ</string>
|
||||
<string name="abc_capital_on">KÄYTÖSSÄ</string>
|
||||
<string name="abc_capital_off">POIS PÄÄLTÄ</string>
|
||||
<string name="abc_capital_on">PÄÄLLÄ</string>
|
||||
<string name="abc_menu_alt_shortcut_label">Alt+</string>
|
||||
<string name="abc_menu_ctrl_shortcut_label">Ctrl+</string>
|
||||
<string name="abc_menu_delete_shortcut_label">delete</string>
|
||||
|
@ -24,13 +24,13 @@
|
|||
<string name="abc_prepend_shortcut_label">Valikko+</string>
|
||||
<string name="abc_search_hint">Haku…</string>
|
||||
<string name="abc_searchview_description_clear">Tyhjennä kysely</string>
|
||||
<string name="abc_searchview_description_query">Hakulauseke</string>
|
||||
<string name="abc_searchview_description_query">Hakukysely</string>
|
||||
<string name="abc_searchview_description_search">Haku</string>
|
||||
<string name="abc_searchview_description_submit">Lähetä kysely</string>
|
||||
<string name="abc_searchview_description_voice">Puhehaku</string>
|
||||
<string name="abc_shareactionprovider_share_with">Jakaminen:</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Jaa sovelluksessa %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Kutista</string>
|
||||
<string name="abc_shareactionprovider_share_with">Jaa…</string>
|
||||
<string name="abc_shareactionprovider_share_with_application">Jaa: %s</string>
|
||||
<string name="abc_toolbar_collapse_description">Tiivistä</string>
|
||||
<string name="about_this_app">Tietoa tästä sovelluksesta</string>
|
||||
<string name="accept_invite_modal_button">Hyväksy kutsu</string>
|
||||
<string name="accept_request_button">Hyväksy kaveripyyntö</string>
|
||||
|
@ -1348,7 +1348,6 @@ punaisen varoitusviestin käytöstä klikkaamalla alla näkyvää pikkuruista te
|
|||
<string name="follow">Seuraa</string>
|
||||
<string name="follow_modal_body">Valitse palvelin ja kanava, jonne haluat saada tiedon päivityksistä. Voit poistaa tämän asetuksen milloin tahansa valitsemalla Palvelinasetukset > Webhookit.</string>
|
||||
<string name="follow_modal_fail">Kanavan seuraaminen epäonnistui, yritä uudelleen.</string>
|
||||
<string name="follow_modal_header">Tiedota, kun %1$s #%2$s päivittyy!</string>
|
||||
<string name="follow_modal_hint">Näet vain ne palvelimet ja kanavat, joissa sinulla on webhookien käyttöoikeus.</string>
|
||||
<string name="follow_modal_hint_no_perms">Hups, sinulla ei taida olla webhookien käyttöoikeuksia millään käyttämälläsi palvelimella. Pyydä palvelimesi ylläpitäjää antamaan sinulle käyttöoikeudet tai tekemään seuraamisasetukset itse täällä!</string>
|
||||
<string name="follow_modal_too_many_webhooks">Valitulla kanavalla on liian monta webhookia. Poista joku webhookeista tai valitse toinen kanava.</string>
|
||||
|
@ -1378,7 +1377,6 @@ Aseta nollaan prosenttiin, jos haluat poistaa vaimennuksen käytöstä."</string
|
|||
Discordin sijasta."</string>
|
||||
<string name="form_help_channel_permissions">Roolien valitseminen luo automaattisesti peruskäyttöoikeudet kanavalle.</string>
|
||||
<string name="form_help_custom_code">Käytä mitä tahansa aakkosnumerollista arvoa koodina.</string>
|
||||
<string name="form_help_debug_logging">Tallentaa äänimoduulikansioon vianmäärityslokeja, jotka voit lähettää meille vianmääritystä varten.</string>
|
||||
<string name="form_help_default_notification_settings">"Tämä määrittää, saavatko jäsenet, jotka eivät ole erikseen määrittäneet ilmoitusasetuksiaan, ilmoituksen jokaisesta
|
||||
tällä palvelimella lähetetystä viestistä. **Suosittelemme vahvasti pitämään tämän asetuksen vain @maininnoissa julkisella
|
||||
Discord-palvelimella [tämän hulluuden](%1$s) välttämiseksi.**"</string>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue