26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<carbon.widget.RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:paddingLeft="12dp"
|
|
android:paddingRight="12dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:carbon_rippleColor="?attr/g9">
|
|
<TextView
|
|
android:textSize="1sp"
|
|
android:id="@+id/h0"
|
|
android:layout_width="1dp"
|
|
android:layout_height="1dp"
|
|
android:layout_marginBottom="20dp"
|
|
android:layout_alignParentBottom="true"/>
|
|
<carbon.widget.TextView
|
|
android:textSize="14sp"
|
|
android:textColor="@drawable/ch"
|
|
android:gravity="center"
|
|
android:id="@+id/he"
|
|
android:duplicateParentState="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignBaseline="@+id/h0"
|
|
app:carbon_fontPath="carbon/Roboto-Medium.ttf"/>
|
|
</carbon.widget.RelativeLayout>
|