Skip to content

Commit 3e42b4b

Browse files
committed
fix: remove font padding to prevent text cutoff in buttons
1 parent 57c9a46 commit 3e42b4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

owncloudApp/src/main/res/layout/password_layout.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
android:textColor="@color/primary_button_background_color"
8585
android:contentDescription="@string/content_description_set_password_button"
8686
android:focusable="true"
87+
android:includeFontPadding="false"
8788
android:visibility="gone"
8889
tools:visibility="visible"
8990
app:layout_constraintBottom_toBottomOf="parent"
@@ -99,6 +100,7 @@
99100
android:textColor="@color/primary_button_background_color"
100101
android:contentDescription="@string/content_description_remove_password_button"
101102
android:focusable="true"
103+
android:includeFontPadding="false"
102104
android:visibility="gone"
103105
app:layout_constraintTop_toTopOf="parent"
104106
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)