77 lines
2.9 KiB
XML
77 lines
2.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/toolbar"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="?attr/actionBarSize"
|
||
|
elevation="2dp"
|
||
|
NOT_FOUND_0x11="0dp">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
layout_gravity="left"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="4dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<FrameLayout
|
||
|
id="@+id/btn_filter_sort_container"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x15="@+id/btn_search"
|
||
|
NOT_FOUND_0x18="0">
|
||
|
<ImageView
|
||
|
layout_gravity="end|top"
|
||
|
id="@+id/filter_applied_indicator"
|
||
|
visibility="visible"
|
||
|
layout_width="8dp"
|
||
|
layout_height="8dp"
|
||
|
src="@drawable/filter_applied_indicator"/>
|
||
|
<ImageButton
|
||
|
layout_gravity="bottom|center_horizontal"
|
||
|
id="@+id/btn_filter_sort"
|
||
|
background="?attr/selectableItemBackgroundBorderless"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
layout_marginBottom="1dp"
|
||
|
src="@drawable/ic_filter"
|
||
|
scaleType="fitCenter"/>
|
||
|
</FrameLayout>
|
||
|
<ImageButton
|
||
|
layout_gravity="bottom|center_horizontal"
|
||
|
id="@+id/btn_search"
|
||
|
background="?attr/selectableItemBackgroundBorderless"
|
||
|
layout_width="22dp"
|
||
|
layout_height="22dp"
|
||
|
src="@drawable/ic_search_purple_16dp"
|
||
|
scaleType="fitXY"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x16="0"
|
||
|
NOT_FOUND_0x18="0"/>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
id="@+id/title_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="1"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="@+id/btn_filter_sort_container"
|
||
|
NOT_FOUND_0x18="0"
|
||
|
style="@style/2132017973"/>
|
||
|
<TextView
|
||
|
textColor="#353239"
|
||
|
id="@+id/txv_card_points"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="-4dp"
|
||
|
NOT_FOUND_0x12="0"
|
||
|
NOT_FOUND_0x13="0"
|
||
|
NOT_FOUND_0x14="0"
|
||
|
NOT_FOUND_0x15="@+id/btn_filter_sort_container"
|
||
|
NOT_FOUND_0x17="@+id/title_text_view"
|
||
|
style="@style/2132017669"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.appcompat.widget.Toolbar>
|