Files
2026-04-05 01:00:07 -05:00

84 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<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/fa"
android:paddingTop="@dimen/f6"
android:paddingRight="@dimen/fa"
android:paddingBottom="@dimen/f6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:foreground="?attr/a5g">
<carbon.widget.FrameLayout
android:background="@color/ix"
android:padding="@dimen/f3"
android:layout_width="@dimen/fn"
android:layout_height="@dimen/fn"
app:carbon_cornerRadius="@dimen/fd">
<carbon.widget.ImageView
android:id="@+id/qm"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:carbon_tint="@color/a1e"
app:srcCompat="@drawable/nx"/>
</carbon.widget.FrameLayout>
<LinearLayout
android:orientation="vertical"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/fa"
android:layout_weight="1">
<TextView
android:textSize="@dimen/fa"
android:textStyle="bold"
android:textColor="@color/l5"
android:ellipsize="end"
android:id="@+id/qn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="NONE"
android:singleLine="true"/>
<LinearLayout
android:gravity="bottom"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:textSize="@dimen/f9"
android:textStyle="bold"
android:textColor="@color/ix"
android:ellipsize="end"
android:id="@+id/qo"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="NONE"
android:singleLine="true"
android:layout_weight="1"
android:alpha="0.8"/>
<carbon.widget.ImageView
android:id="@+id/qj"
android:padding="@dimen/f2"
android:layout_width="@dimen/fb"
android:layout_height="@dimen/fb"
android:layout_marginLeft="@dimen/fy"
android:src="@mipmap/u"
android:alpha="0.8"/>
<carbon.widget.ImageView
android:id="@+id/qk"
android:padding="@dimen/f2"
android:layout_width="@dimen/fb"
android:layout_height="@dimen/fb"
android:layout_marginLeft="@dimen/fm"
android:src="@drawable/o1"
android:alpha="0.8"/>
<carbon.widget.ImageView
android:id="@+id/ql"
android:padding="@dimen/f2"
android:layout_width="@dimen/fb"
android:layout_height="@dimen/fb"
android:layout_marginLeft="@dimen/fm"
android:src="@drawable/o2"
android:alpha="0.8"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>