28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="horizontal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent">
|
|
<carbon.widget.ImageView
|
|
android:id="@+id/gq"
|
|
android:layout_width="@dimen/c0"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginRight="@dimen/cq"
|
|
app:carbon_cornerRadius="@dimen/cp"/>
|
|
<carbon.widget.TextView
|
|
android:gravity="center_vertical"
|
|
android:id="@+id/gr"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"/>
|
|
<carbon.widget.ImageView
|
|
android:id="@+id/gp"
|
|
android:layout_width="@dimen/c0"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="center"
|
|
app:carbon_cornerRadius="@dimen/cp"
|
|
app:carbon_rippleColor="?attr/g9"
|
|
app:carbon_rippleStyle="2"
|
|
app:carbon_src="@raw/m"
|
|
app:carbon_tint="?attr/f6"/>
|
|
</merge>
|