We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c9a46 commit 3e42b4bCopy full SHA for 3e42b4b
1 file changed
owncloudApp/src/main/res/layout/password_layout.xml
@@ -84,6 +84,7 @@
84
android:textColor="@color/primary_button_background_color"
85
android:contentDescription="@string/content_description_set_password_button"
86
android:focusable="true"
87
+ android:includeFontPadding="false"
88
android:visibility="gone"
89
tools:visibility="visible"
90
app:layout_constraintBottom_toBottomOf="parent"
@@ -99,6 +100,7 @@
99
100
101
android:contentDescription="@string/content_description_remove_password_button"
102
103
104
105
app:layout_constraintTop_toTopOf="parent"
106
app:layout_constraintEnd_toEndOf="parent"
0 commit comments