what-the-bank/resources/res/layout/2131560120.xml

152 lines
5.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
layout_marginBottom="24dp">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="match_parent">
<TextView
textSize="24sp"
textColor="#7631c1"
id="@+id/txv_filter_sort"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/filter"
layout_marginStart="24dp"
layout_marginEnd="24dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"
style="@style/2132017959"/>
<ImageButton
id="@+id/btn_filter_sort_dismiss"
background="@android:color/transparent"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="21dp"
src="@drawable/filter_cross"
layout_marginEnd="21dp"
NOT_FOUND_0x14="0"
NOT_FOUND_0x16="0"/>
<TextView
textSize="22sp"
textColor="#353239"
id="@+id/txv_filter_by"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/filter_by"
layout_marginStart="16dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x15="@+id/txv_filter_sort"
style="@style/2132017985"/>
<RadioGroup
id="@+id/radio_group_filter"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="26dp"
layout_marginEnd="21dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/txv_filter_by">
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_all_rewards"
checked="true"
text="@string/all_rewards"
NOT_FOUND_0xf="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_rewards_within_points"
layout_marginTop="8dp"
text="@string/rewards_within_my_points"
NOT_FOUND_0xf="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
</RadioGroup>
<TextView
textSize="22sp"
textColor="#353239"
id="@+id/txv_sort_by"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/sort_by"
layout_marginStart="16dp"
layout_marginEnd="21dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x15="@+id/radio_group_filter"
style="@style/2132017985"/>
<RadioGroup
id="@+id/radio_group_sort"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="26dp"
layout_marginEnd="21dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/txv_sort_by">
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_popularity"
checked="true"
text="@string/popularity"
NOT_FOUND_0xf="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_recent"
layout_marginTop="8dp"
text="@string/recent"
NOT_FOUND_0xf="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_points_high_to_low"
layout_marginTop="8dp"
text="@string/points_high_to_low"
NOT_FOUND_0xf="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
<androidx.appcompat.widget.AppCompatRadioButton
id="@+id/rb_points_low_to_high"
layout_marginTop="8dp"
text="@string/points_low_to_high"
NOT_FOUND_0xf="@drawable/radio_button_tint_selector"
style="@style/2132017162"/>
</RadioGroup>
<Button
textSize="22sp"
textColor="#7631c1"
id="@+id/btn_reset_filter"
background="@drawable/bg_button_fake_white_with_purple_border_rounded"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/reset"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="@+id/btn_filter_apply"
NOT_FOUND_0x15="@+id/radio_group_sort"
style="@style/2132017959"/>
<Button
textSize="22sp"
id="@+id/btn_filter_apply"
background="@drawable/bg_button"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/apply"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x12="@+id/btn_reset_filter"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@+id/radio_group_sort"
style="@style/2132017959"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>