33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
id="@+id/rl_filter_button_layout"
|
||
|
focusable="true"
|
||
|
clickable="true"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="32dp"
|
||
|
layout_marginHorizontal="@dimen/2131165462"
|
||
|
layout_marginVertical="@dimen/2131165433">
|
||
|
<TextView
|
||
|
textSize="18sp"
|
||
|
textColor="#7631c1"
|
||
|
id="@+id/tv_button_text"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginLeft="8dp"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_marginRight="8dp"
|
||
|
layout_marginBottom="4dp"
|
||
|
layout_centerInParent="true"
|
||
|
layout_centerVertical="true"/>
|
||
|
<View
|
||
|
background="@drawable/ripple_rounded_16_purple"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_centerVertical="true"/>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|