Refactoring names to custom. Thank you @sk22 for this amazing piece of commit

This commit is contained in:
sk
2022-12-16 10:21:54 -03:00
committed by LucasGGamerM
parent bc3869b920
commit f580ba7779
6 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="16dp"
android:paddingVertical="8dp">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_search_field">
<include layout="@layout/item_instance_catalog" />
</FrameLayout>
</FrameLayout>