Skip to content

Commit

Permalink
COrreçao em visibiidade de content
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonatan Sabadi authored and Jhonatan Sabadi committed Jul 30, 2020
1 parent 34724de commit 4a29c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-dialog/src/main/res/layout/base_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:text="@string/content_dialog"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"
android:visibility="visible"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="@+id/titleDialog"
app:layout_constraintStart_toStartOf="@+id/titleDialog"
app:layout_constraintTop_toBottomOf="@+id/titleDialog" />
Expand Down

0 comments on commit 4a29c4f

Please sign in to comment.