Skip to content

Commit

Permalink
refactor: Remove unwanted changes
Browse files Browse the repository at this point in the history
These chabges are come from `Merge branch ...`
  • Loading branch information
aikrq committed Dec 29, 2024
1 parent c96d950 commit 3bb34c2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/src/main/res/layout/view_item_local_lib.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:layout_marginTop="5dp">
android:layout_height="wrap_content">

<com.google.android.material.card.MaterialCardView
android:id="@+id/card"
Expand Down Expand Up @@ -76,4 +73,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>

</com.google.android.material.card.MaterialCardView>
</LinearLayout>
</FrameLayout>

0 comments on commit 3bb34c2

Please sign in to comment.