54 lines
2.1 KiB
XML
54 lines
2.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:paddingLeft="@dimen/f6"
|
|
android:paddingTop="@dimen/fm"
|
|
android:paddingRight="@dimen/f6"
|
|
android:paddingBottom="@dimen/fm"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:carbon_rippleColor="@color/y2">
|
|
<carbon.widget.FrameLayout
|
|
android:background="@color/ix"
|
|
android:padding="@dimen/fy"
|
|
android:layout_width="@dimen/fh"
|
|
android:layout_height="@dimen/fh"
|
|
app:carbon_cornerRadius="@dimen/f9">
|
|
<ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:src="@mipmap/a3"/>
|
|
</carbon.widget.FrameLayout>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/f3"
|
|
android:layout_weight="1">
|
|
<TextView
|
|
android:textSize="@dimen/f9"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/l5"
|
|
android:ellipsize="end"
|
|
android:id="@+id/r7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="NONE"
|
|
android:singleLine="true"/>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/f6"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/ix"
|
|
android:id="@+id/r6"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="NONE"
|
|
android:singleLine="true"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</carbon.widget.LinearLayout>
|