21 lines
639 B
XML
21 lines
639 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/tv_history_value"
|
||
|
paddingTop="8dp"
|
||
|
paddingBottom="8dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="1"
|
||
|
drawablePadding="12dp"
|
||
|
drawableStart="@drawable/ic_clock"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017920"/>
|
||
|
</LinearLayout>
|