24 lines
732 B
XML
24 lines
732 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
layout_marginBottom="4dp"
|
|
layout_marginStart="16dp">
|
|
<TextView
|
|
id="@+id/tv_asset_plan"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
textAllCaps="true"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/tv_asset_weight"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017881"/>
|
|
</LinearLayout>
|