mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
Fix cutoff string in help section.
This commit is contained in:
@@ -211,10 +211,11 @@
|
|||||||
android:id="@+id/help_fragment_faq"
|
android:id="@+id/help_fragment_faq"
|
||||||
style="@style/Signal.Widget.Button.Large.Secondary"
|
style="@style/Signal.Widget.Button.Large.Secondary"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="start|center_vertical"
|
android:gravity="start|center_vertical"
|
||||||
android:paddingStart="16dp"
|
android:paddingStart="16dp"
|
||||||
android:paddingEnd="16dp"
|
android:paddingEnd="16dp"
|
||||||
|
android:paddingVertical="8dp"
|
||||||
android:text="@string/HelpFragment__have_you_read_our_faq_yet"
|
android:text="@string/HelpFragment__have_you_read_our_faq_yet"
|
||||||
android:textAllCaps="false"
|
android:textAllCaps="false"
|
||||||
android:textAppearance="@style/Signal.Text.Body"
|
android:textAppearance="@style/Signal.Text.Body"
|
||||||
|
|||||||
Reference in New Issue
Block a user