20 lines
594 B
XML
20 lines
594 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/remove_tile_linear_layout"
|
||
|
background="#eae7ec"
|
||
|
paddingTop="12dp"
|
||
|
paddingBottom="2dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="12dp"
|
||
|
paddingEnd="12dp">
|
||
|
<TextView
|
||
|
textColor="#959199"
|
||
|
id="@+id/landing_tile_text"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017701"/>
|
||
|
</LinearLayout>
|