Use swipe right both to enable and disable codec

This commit is contained in:
Juha Heinanen
2022-09-11 09:15:57 +03:00
parent 1005e3aade
commit 6b5591828e
6 changed files with 38 additions and 61 deletions
@@ -240,6 +240,7 @@
android:hint="@string/dtmf"
android:importantForAutofill="no"
android:inputType="phone"
android:digits="0123456789#*"
android:textSize="20sp" >
</EditText>
+1 -1
View File
@@ -22,7 +22,7 @@
app:layout_constraintStart_toStartOf="parent" />
<ImageView
android:id="@+id/actionImage"
android:id="@+id/reorderImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="parent"
+7 -8
View File
@@ -287,15 +287,14 @@
<string name="delete_chats_alert">Haluatko tyhjentää tilin \'%1$s\' viestihistorian\?</string>
<!-- Codecs Activity -->
<string name="audio_codecs">Audion koodausmenetelmät</string>
<string name="audio_codecs_help">Luettelo käytössä olevista audion
koodausmenetelmistä prioriteettijärjestyksessä. Ota käyttöön koskettamalla,
järjestä vetämällä ja pudottamalla, poista käytöstä pyyhkäisemällä oikealle.</string>
<string name="audio_codecs_help">Luettelo audion koodausmenetelmistä prioriteettijärjestyksessä.
Järjestä raahaamalla ja pudottamalla, ota käyttöön tai poista käytöstä pyyhkäisemällä oikealle.
</string>
<string name="video_codecs">Videon koodausmenetelmät</string>
<string name="video_codecs_help">Luettelo käytössä olevista videon
koodausmenetelmistä prioriteettijärjestyksessä. Ota käyttöön koskettamalla,
järjestä vetämällä ja pudottamalla, poista käytöstä pyyhkäisemällä oikealle.</string>
<string name="codec_action">Koodausmenetelmä toiminto (ota käyttöön, järjestä, poista
käytöstä)</string>
<string name="video_codecs_help">Luettelo videon koodausmenetelmistä prioriteettijärjestyksessä.
Järjestä raahaamalla ja pudottamalla, ota käyttöön tai poista käytöstä pyyhkäisemällä oikealle.
</string>
<string name="codec_action">Järjestä</string>
<!-- Config Activity -->
<string name="configuration">Asetukset</string>
<string name="start_automatically">Käynnistä automaattisesti</string>
+5 -5
View File
@@ -279,12 +279,12 @@
<string name="delete_chats_alert">Do you want to delete chat history of account \'%1$s\'\?</string>
<!-- Codecs Activity -->
<string name="audio_codecs">Audio Codecs</string>
<string name="audio_codecs_help">List of enabled audio codecs in priority order. Click to enable,
drag to reorder, swipe right to disable.</string>
<string name="audio_codecs_help">List of audio codecs in priority order. Drag to reorder,
swipe right to enable or disable.</string>
<string name="video_codecs">Video Codecs</string>
<string name="video_codecs_help">List of enabled video codecs in priority order. Click to enable,
drag to reorder, swipe right to disable.</string>
<string name="codec_action">Codec action (enable, reorder, disable)</string>
<string name="video_codecs_help">List of video codecs in priority order. Drag to reorder,
swipe right to enable or disable.</string>
<string name="codec_action">Reorder</string>
<!-- Config Activity -->
<string name="configuration">Settings</string>
<string name="start_automatically">Start Automatically</string>