57 lines
2.1 KiB
XML
57 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="58dp"
|
|
style="@style/ig">
|
|
<ImageView
|
|
android:id="@android:id/icon1"
|
|
android:visibility="invisible"
|
|
android:layout_width="@dimen/ae"
|
|
android:layout_height="48dp"
|
|
android:scaleType="centerInside"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_alignParentBottom="true"
|
|
style="@style/ih"/>
|
|
<ImageView
|
|
android:id="@+id/m_"
|
|
android:background="?attr/a5g"
|
|
android:visibility="gone"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:scaleType="centerInside"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_alignParentBottom="true"
|
|
style="@style/ij"/>
|
|
<ImageView
|
|
android:id="@android:id/icon2"
|
|
android:visibility="gone"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:scaleType="centerInside"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignWithParentIfMissing="true"
|
|
style="@style/ii"/>
|
|
<TextView
|
|
android:textAppearance="?attr/a_c"
|
|
android:gravity="top"
|
|
android:id="@android:id/text2"
|
|
android:paddingBottom="4dp"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="29dp"
|
|
android:singleLine="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignWithParentIfMissing="true"
|
|
style="?android:attr/dropDownItemStyle"/>
|
|
<TextView
|
|
android:textAppearance="?attr/a_d"
|
|
android:id="@android:id/text1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true"
|
|
android:layout_above="@android:id/text2"
|
|
android:layout_centerVertical="true"
|
|
style="?android:attr/dropDownItemStyle"/>
|
|
</RelativeLayout>
|