79 lines
3.1 KiB
XML
79 lines
3.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="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<carbon.widget.Toolbar
|
|
android:id="@+id/hl"
|
|
android:background="@null"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/d3"
|
|
app:carbon_elevation="@dimen/cc"
|
|
app:carbon_icon="@null"/>
|
|
<carbon.widget.LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/hh"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/cz"/>
|
|
<carbon.widget.Divider
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
<carbon.widget.TableView
|
|
android:id="@+id/hf"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:divider="?attr/ek"
|
|
android:dividerHeight="1dp"
|
|
android:layout_weight="1"/>
|
|
<carbon.widget.Divider
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"/>
|
|
<carbon.widget.LinearLayout
|
|
android:orientation="horizontal"
|
|
android:id="@+id/hg"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/cz">
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"/>
|
|
<carbon.widget.TextView
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/cp"
|
|
android:text="@string/gd"/>
|
|
<carbon.widget.Spinner
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/hk"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/co"/>
|
|
<carbon.widget.TextView
|
|
android:layout_gravity="center_vertical"
|
|
android:id="@+id/hj"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/cp"/>
|
|
<carbon.widget.ImageView
|
|
android:layout_gravity="center_vertical"
|
|
android:clickable="true"
|
|
android:layout_width="@dimen/d5"
|
|
android:layout_height="@dimen/d5"
|
|
android:scaleType="center"
|
|
app:carbon_rippleColor="?attr/g9"
|
|
app:carbon_rippleStyle="2"
|
|
app:carbon_src="@raw/i"
|
|
app:carbon_tint="?attr/k6"/>
|
|
<carbon.widget.ImageView
|
|
android:layout_gravity="center_vertical"
|
|
android:clickable="true"
|
|
android:layout_width="@dimen/d5"
|
|
android:layout_height="@dimen/d5"
|
|
android:scaleType="center"
|
|
app:carbon_rippleColor="?attr/g9"
|
|
app:carbon_rippleStyle="2"
|
|
app:carbon_src="@raw/h"
|
|
app:carbon_tint="?attr/k6"/>
|
|
</carbon.widget.LinearLayout>
|
|
</merge>
|