|
@@ -1,24 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
-<FrameLayout
|
|
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
|
- <ImageView
|
|
|
|
|
- android:id="@+id/image"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:adjustViewBounds="true"
|
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
|
- android:src="@drawable/ic_cluster_un"/>
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@id/amu_text"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:paddingBottom="6dp"
|
|
|
|
|
- android:textStyle="bold"
|
|
|
|
|
- android:textSize="15sp"
|
|
|
|
|
- android:textColor="#aaaaaa"
|
|
|
|
|
- android:layout_gravity="center"/>
|
|
|
|
|
-
|
|
|
|
|
-</FrameLayout>
|
|
|