28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<carbon.widget.LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="horizontal"
|
|
android:background="?attr/ec"
|
|
android:clickable="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:carbon_rippleColor="?attr/g9">
|
|
<carbon.widget.TextView
|
|
android:textAppearance="?attr/gn"
|
|
android:gravity="center_vertical"
|
|
android:id="@+id/gw"
|
|
android:layout_width="0dp"
|
|
android:layout_height="@dimen/co"
|
|
android:layout_marginLeft="@dimen/cp"
|
|
android:layout_weight="1"
|
|
android:layout_marginStart="@dimen/cp"/>
|
|
<carbon.widget.ImageView
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/gv"
|
|
android:layout_width="@dimen/cl"
|
|
android:layout_height="@dimen/cl"
|
|
android:layout_marginRight="@dimen/cp"
|
|
android:layout_marginEnd="@dimen/cp"
|
|
app:carbon_src="@raw/a"
|
|
app:carbon_tint="?attr/k6"/>
|
|
</carbon.widget.LinearLayout>
|