20 lines
720 B
XML
20 lines
720 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<carbon.widget.ImageView
|
|
android:layout_width="@dimen/fz"
|
|
android:layout_height="@dimen/fz"
|
|
android:src="@mipmap/a0"
|
|
android:tint="@color/l7"/>
|
|
<TextView
|
|
android:gravity="center"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fa"
|
|
android:layout_marginBottom="@dimen/fw"
|
|
android:text="@string/aaw"/>
|
|
</LinearLayout>
|