mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Fix issue #407 - Increase size of the button to display content
This commit is contained in:
parent
c527e3ae25
commit
c47e8ea806
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue