Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 1, 2024
1 parent 589b336 commit d55bff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pandroid/app/src/main/res/layout/fragment_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="?colorSurfaceVariant">
android:orientation="vertical">


<FrameLayout
android:layout_width="match_parent"
android:layout_height="64dp"
android:paddingHorizontal="20dp">
android:paddingHorizontal="20dp"
android:background="?colorSurfaceVariant">

<com.google.android.material.textfield.TextInputEditText
android:id="@+id/search_bar"
Expand Down

0 comments on commit d55bff3

Please sign in to comment.