mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
NOP dummy action
This commit is contained in:
parent
51c0f31700
commit
e06e62c771
9 changed files with 40 additions and 42 deletions
5
app/src/main/res/drawable/baseline_not_interested_24.xml
Normal file
5
app/src/main/res/drawable/baseline_not_interested_24.xml
Normal 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>
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
<!--
|
||||
-
|
||||
|
|
|
@ -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>
|
||||
|
||||
<!--
|
||||
-
|
||||
|
|
|
@ -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>
|
||||
|
||||
<!--
|
||||
-
|
||||
|
|
|
@ -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>
|
||||
|
||||
<!--
|
||||
-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue