45 lines
1.8 KiB
XML
45 lines
1.8 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="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:carbon_cornerRadius="2dp"
|
|
app:carbon_elevation="5dp">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/h_"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d3">
|
|
<ImageView
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/ha"
|
|
android:layout_width="@dimen/d5"
|
|
android:layout_height="@dimen/d5"
|
|
android:layout_marginLeft="@dimen/d4"
|
|
android:scaleType="center"
|
|
android:contentDescription="Card icon"
|
|
android:layout_marginStart="@dimen/d4"/>
|
|
<carbon.widget.TextView
|
|
android:textAppearance="?attr/gz"
|
|
android:gravity="center_vertical"
|
|
android:id="@+id/hb"
|
|
android:layout_width="0dp"
|
|
android:layout_height="@dimen/d3"
|
|
android:layout_weight="1"/>
|
|
<carbon.widget.ImageView
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/h8"
|
|
android:clickable="true"
|
|
android:layout_width="@dimen/d5"
|
|
android:layout_height="@dimen/d5"
|
|
android:layout_marginRight="@dimen/d4"
|
|
android:layout_marginEnd="@dimen/d4"
|
|
app:carbon_src="@raw/f"
|
|
style="@style/a4_"/>
|
|
</LinearLayout>
|
|
<FrameLayout
|
|
android:id="@+id/h9"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
</carbon.widget.LinearLayout>
|