We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a743e commit e59d901Copy full SHA for e59d901
app/src/main/res/layout/fragment_attendee.xml
@@ -10,7 +10,7 @@
10
android:layout_width="match_parent"
11
android:layout_height="wrap_content">
12
13
- <LinearLayout
+ <LinearLayout
14
15
android:layout_height="match_parent"
16
android:background="@android:color/white"
@@ -451,6 +451,6 @@
451
android:layout_gravity="center"
452
android:elevation="@dimen/card_elevation"
453
android:visibility="gone" />
454
- </LinearLayout>
+ </LinearLayout>
455
</androidx.coordinatorlayout.widget.CoordinatorLayout>
456
</androidx.core.widget.NestedScrollView>
0 commit comments