mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Added underlines
This commit is contained in:
parent
476eabd0fe
commit
ca080b2dcc
4 changed files with 9 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Add table
Reference in a new issue