38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_marginBottom="2dp"
|
||
|
weightSum="1"
|
||
|
layout_centerInParent="true">
|
||
|
<RelativeLayout
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_weight="0.1">
|
||
|
<ImageView
|
||
|
id="@+id/legend_circle"
|
||
|
layout_width="10dp"
|
||
|
layout_height="10dp"
|
||
|
src="@drawable/shape_circle_white_background"
|
||
|
layout_centerInParent="true"
|
||
|
contentDescription="@null"/>
|
||
|
</RelativeLayout>
|
||
|
<TextView
|
||
|
id="@+id/asset_description_text_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="2"
|
||
|
layout_weight="0.65"
|
||
|
paddingStart="4dp"
|
||
|
style="@style/2132017666"/>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
id="@+id/asset_percent_text_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="0.25"
|
||
|
style="@style/2132017666"/>
|
||
|
</LinearLayout>
|