36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<carbon.widget.RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:clickable="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:minWidth="@dimen/bv"
|
|
app:carbon_maxWidth="@dimen/bu"
|
|
app:carbon_rippleColor="?attr/g9"
|
|
app:carbon_rippleStyle="2">
|
|
<carbon.widget.TextMarker
|
|
android:id="@+id/gm"
|
|
android:layout_width="1dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="10dp"
|
|
android:layout_alignParentBottom="true"
|
|
app:carbon_text="I"
|
|
app:carbon_textView="@+id/gl"/>
|
|
<carbon.widget.TextView
|
|
android:textSize="12sp"
|
|
android:textColor="?attr/f6"
|
|
android:id="@+id/gl"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignBaseline="@+id/gm"
|
|
android:layout_centerHorizontal="true"
|
|
app:carbon_fontFamily="RobotoRegular"/>
|
|
<carbon.widget.ImageView
|
|
android:id="@+id/gk"
|
|
android:layout_width="@dimen/cl"
|
|
android:layout_height="@dimen/cl"
|
|
android:layout_marginBottom="6dp"
|
|
android:layout_above="@+id/gm"
|
|
android:layout_centerHorizontal="true"
|
|
app:carbon_tint="?attr/f6"/>
|
|
</carbon.widget.RelativeLayout>
|