Added underlines

This commit is contained in:
Sylvain Berfini 2023-08-28 17:30:18 +02:00
parent 476eabd0fe
commit ca080b2dcc
4 changed files with 9 additions and 3 deletions

View file

@ -160,7 +160,7 @@
android:paddingBottom="13dp"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:text="Forgotten password?"
android:text="@string/assistant_forgotten_password"
android:textSize="13sp"
android:textColor="@color/gray_1"
app:layout_constraintStart_toStartOf="parent"

View file

@ -149,7 +149,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="45dp"
android:text="Skip"
android:text="@string/in_call_zrtp_sas_validation_skip"
android:textSize="13sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"

View file

@ -33,7 +33,7 @@
android:paddingBottom="13dp"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:text="Skip"
android:text="@string/welcome_carousel_skip"
android:textSize="13sp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@id/pager"

View file

@ -14,6 +14,12 @@
<string name="notification_channel_service_id" translatable="false">linphone_notification_service_id</string>
<string name="notification_channel_service_name">&appName; service notification</string>
<string name="welcome_carousel_skip"><u>Skip</u></string>
<string name="assistant_forgotten_password"><u>Forgotten password?</u></string>
<string name="incoming_call_notification_hangup_action_label">Hangup</string>
<string name="incoming_call_notification_answer_action_label">Answer</string>
<string name="in_call_zrtp_sas_validation_skip"><u>Skip</u></string>
</resources>