Fix issue #407 - Increase size of the button to display content

This commit is contained in:
Thomas 2022-11-06 18:12:07 +01:00
parent c527e3ae25
commit c47e8ea806
1 changed files with 3 additions and 0 deletions

View File

@ -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