Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
layout fix
Browse files Browse the repository at this point in the history
Signed-off-by: nuclearfog <hatespirit666@gmail.com>
  • Loading branch information
nuclearfog committed Aug 29, 2021
1 parent bda3805 commit e8618cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/popup_userlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
android:layout_marginEnd="@dimen/popup_userlist_background_margin"
android:layout_marginRight="@dimen/popup_userlist_background_margin"
android:layout_marginBottom="@dimen/popup_userlist_text_margin"
android:autofillHints="@string/userlist_enter_descr"
android:background="@android:color/transparent"
android:ems="10"
android:gravity="top"
android:hint="@string/userlist_enter_description"
android:autofillHints="@string/userlist_enter_description"
android:inputType="textMultiLine"
app:layout_constraintBottom_toTopOf="@id/list_edit_public_sw"
app:layout_constraintEnd_toEndOf="@+id/userlist_popup_background"
Expand Down

0 comments on commit e8618cf

Please sign in to comment.