align the Reminder Sound settings value to the right

This commit is contained in:
tibbi 2020-05-23 18:26:37 +02:00
parent 4a2e639276
commit d793b011dd

View File

@ -203,7 +203,9 @@
android:layout_toEndOf="@+id/settings_reminder_sound_label" android:layout_toEndOf="@+id/settings_reminder_sound_label"
android:background="@null" android:background="@null"
android:clickable="false" android:clickable="false"
android:maxLines="3" /> android:gravity="end"
android:maxLines="3"
tools:text="None" />
</RelativeLayout> </RelativeLayout>