Fix cutoff string in help section.
This commit is contained in:
parent
18796f52c6
commit
e5fc3485a2
1 changed files with 2 additions and 1 deletions
|
@ -211,10 +211,11 @@
|
|||
android:id="@+id/help_fragment_faq"
|
||||
style="@style/Signal.Widget.Button.Large.Secondary"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="60dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="start|center_vertical"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingVertical="8dp"
|
||||
android:text="@string/HelpFragment__have_you_read_our_faq_yet"
|
||||
android:textAllCaps="false"
|
||||
android:textAppearance="@style/Signal.Text.Body"
|
||||
|
|
Loading…
Add table
Reference in a new issue