New version 1.8.3 RC

This commit is contained in:
2025-07-19 18:03:37 +02:00
parent fb64c46c95
commit ee311b0ba5
15 changed files with 136 additions and 28 deletions

View File

@ -157,9 +157,10 @@
android:layout_height="wrap_content"
android:text="@string/change" />
<TextView
android:id="@+id/tvNotificationsVolume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/volumeRingtoneNotifications"
android:text="@string/volumeNotifications"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_marginLeft="40dp" />
<SeekBar
@ -169,18 +170,19 @@
android:layout_marginLeft="40dp" />
<CheckBox
android:id="@+id/checkBoxChangeVolumeRingtone"
android:id="@+id/checkBoxChangeVolumeRingtones"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/change" />
<TextView
android:id="@+id/tvRingtoneVolume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/volumeRingtone"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_marginLeft="40dp" />
<SeekBar
android:id="@+id/seekBarVolumeRingtone"
android:id="@+id/seekBarVolumeRingtones"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp" />
@ -354,6 +356,5 @@
</LinearLayout>
</LinearLayout>
</ScrollView>
</ScrollView>