Fix shownotes text border overlap for long translations (#6304)

This commit is contained in:
Victor Häggqvist 2023-02-05 15:48:54 +01:00 committed by GitHub
parent f9e344e215
commit 52ddf47e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
android:paddingHorizontal="8dp"
android:background="@drawable/grey_border"
android:clickable="true"
android:focusable="true"