Skip to content

Commit

Permalink
remove useless parent (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan authored Oct 30, 2023
1 parent 87c5aad commit a8fdf5e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions app/src/main/res/layout/fragment_home_head.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,7 @@
android:layout_height="100dp"
android:layout_gravity="bottom"
android:gravity="center"
android:orientation="vertical">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:orientation="horizontal"
android:padding="20dp">
android:orientation="horizontal">

<TextView
android:id="@+id/home_preview_bookmark"
Expand Down Expand Up @@ -139,7 +131,7 @@
app:drawableTint="?attr/white"
app:drawableTopCompat="@drawable/ic_outline_info_24"
app:tint="?attr/white" />
</LinearLayout>

</LinearLayout>

</FrameLayout>
Expand Down

0 comments on commit a8fdf5e

Please sign in to comment.