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

21 lines
639 B
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?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>