22 lines
889 B
XML
22 lines
889 B
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:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:carbon_rippleColor="?attr/g9">
|
|
<carbon.widget.ImageView
|
|
android:id="@+id/gx"
|
|
android:padding="@dimen/cu"
|
|
android:layout_width="@dimen/d3"
|
|
android:layout_height="@dimen/d3"
|
|
app:carbon_tint="?attr/k6"/>
|
|
<carbon.widget.TextView
|
|
android:textAppearance="?attr/gx"
|
|
android:gravity="center_vertical"
|
|
android:id="@+id/gy"
|
|
android:paddingLeft="@dimen/cu"
|
|
android:paddingRight="@dimen/cu"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d3"/>
|
|
</carbon.widget.LinearLayout>
|