28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<carbon.widget.FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/h6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<carbon.widget.FrameLayout
|
|
android:id="@+id/gn"
|
|
android:visibility="invisible"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:carbon_inAnimation="1"
|
|
app:carbon_outAnimation="1">
|
|
<carbon.widget.ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:carbon_src="@raw/b"
|
|
app:carbon_tint="?attr/k0"/>
|
|
<carbon.widget.TextView
|
|
android:textAppearance="?attr/go"
|
|
android:textSize="10sp"
|
|
android:gravity="center"
|
|
android:id="@+id/gz"
|
|
android:layout_width="26dp"
|
|
android:layout_height="26dp"
|
|
android:maxLines="1"/>
|
|
</carbon.widget.FrameLayout>
|
|
</carbon.widget.FrameLayout>
|