21 lines
664 B
XML
21 lines
664 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/layout_category"
|
||
|
background="#353239"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
foreground="@drawable/ripple_rounded_purple">
|
||
|
<ImageView
|
||
|
id="@+id/imv_category"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
<TextView
|
||
|
layout_gravity="bottom"
|
||
|
id="@+id/txv_category_name"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017897"/>
|
||
|
</FrameLayout>
|