Skip to content

Commit 55c3b20

Browse files
authored
Merge pull request #484 from adeekshith/fix/xml-issue
Fix XML attribute issue
2 parents 54d3c61 + 7e27da4 commit 55c3b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/dialog_universal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
android:textColor="?android:attr/textColorPrimary"
6666
android:lineSpacingExtra="4dp"
6767
android:layout_marginBottom="8dp"
68-
android.visibility="gone" />
68+
android:visibility="gone" />
6969

7070
<!-- Scrollable Content -->
7171
<androidx.recyclerview.widget.RecyclerView

0 commit comments

Comments
 (0)