Skip to content

Commit

Permalink
Updated the result list layout to prevent text overlap.
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Oct 11, 2023
1 parent 687035e commit 473d21c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_result_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

<FrameLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">

Expand All @@ -160,7 +160,7 @@
android:entries="@array/filterTests"
android:paddingVertical="8dp"
android:textAlignment="center" />
</FrameLayout>
</LinearLayout>

<TextView
android:id="@+id/emptyState"
Expand All @@ -181,4 +181,4 @@
android:clipToPadding="false"
android:paddingBottom="66dp" />
</LinearLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout> <!-- app:layout_scrollFlags="scroll|exitUntilCollapsed|snap" -->
</androidx.coordinatorlayout.widget.CoordinatorLayout> <!-- app:layout_scrollFlags="scroll|exitUntilCollapsed|snap" -->

0 comments on commit 473d21c

Please sign in to comment.