NOP dummy action

This commit is contained in:
Josia Pietsch 2024-07-06 22:23:16 +02:00
parent 51c0f31700
commit e06e62c771
Signed by: jrpie
GPG key ID: E70B571D66986A2D
9 changed files with 40 additions and 42 deletions

View file

@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#FFFFFF" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
<path android:fillColor="@android:color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.42,0 -8,-3.58 -8,-8 0,-1.85 0.63,-3.55 1.69,-4.9L16.9,18.31C15.55,19.37 13.85,20 12,20zM18.31,16.9L7.1,5.69C8.45,4.63 10.15,4 12,4c4.42,0 8,3.58 8,8 0,1.85 -0.63,3.55 -1.69,4.9z"/>
</vector>

View file

@ -32,18 +32,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/settings_actions_row_icon"
android:layout_width="@dimen/app_icon_side"
android:layout_height="@dimen/app_icon_side"
android:gravity="center"
android:textSize="30sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/settings_actions_row_button_choose"
app:layout_constraintHorizontal_bias="0.2"
app:layout_constraintStart_toStartOf="@+id/settings_actions_row_button_choose"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/settings_actions_row_icon_img"
android:layout_width="@dimen/app_icon_side"

View file

@ -133,6 +133,7 @@
<string name="list_other_volume_down">Musik: Leiser</string>
<string name="list_other_track_next">Musik: Weiter</string>
<string name="list_other_track_previous">Musik: Zurück</string>
<string name="list_other_nop">Nichts tun</string>
<!--
-

View file

@ -156,6 +156,7 @@
<string name="list_other_volume_down">Música: Bajar</string>
<string name="list_other_track_next">Música: Siguiente</string>
<string name="list_other_track_previous">Música: Anterior</string>
<string name="list_other_nop">Nada</string>
<!--
-

View file

@ -135,6 +135,7 @@
<string name="list_other_volume_down">Musique: plus calme</string>
<string name="list_other_track_next">Musique: suivant</string>
<string name="list_other_track_previous">Musique: dernier</string>
<string name="list_other_nop">Rien</string>
<!--
-

View file

@ -161,6 +161,7 @@
<string name="list_other_volume_down">Music: Quieter</string>
<string name="list_other_track_next">Music: Next</string>
<string name="list_other_track_previous">Music: Previous</string>
<string name="list_other_nop">Do nothing</string>
<!--
-