Fix issue #407 - Increase size of the button to display content
This commit is contained in:
parent
c527e3ae25
commit
c47e8ea806
|
@ -218,10 +218,13 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="48dp"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:text="@string/show_content"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/cyanea_accent_dark_reference" />
|
||||
|
||||
<app.fedilab.android.helper.CustomTextView
|
||||
|
|
Loading…
Reference in New Issue