Fix app shortcuts click crash
This commit is contained in:
parent
0ce71b19a8
commit
9dc2da66e1
10 changed files with 37 additions and 38 deletions
|
@ -108,6 +108,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/roundSelector"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:padding="14dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/previousButton"
|
||||
|
@ -124,6 +126,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/roundSelector"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:padding="14dp"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/nextButton"
|
||||
|
|
|
@ -519,7 +519,6 @@
|
|||
|
||||
<string name="pref_snow_fall_title">Эффект снегопада</string>
|
||||
|
||||
<string name="action_album_artists_only">Только альбомы исполнителей</string>
|
||||
<string name="pref_summary_album_art_on_lockscreen">Использовать обложку альбома текущей песни в качестве обоев на экране блокировки.</string>
|
||||
<string name="pref_summary_audio_ducking">Снизить громкость воспроизведения когда приходит звуковое уведомление</string>
|
||||
<string name="pref_summary_blacklist">Содержимое черного списка скрыто из вашей библиотеки.</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue