|
|
@@ -1,8 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="65.0dip"
|
|
|
- android:layout_height="70.0dip"
|
|
|
- android:background="@android:color/transparent">
|
|
|
+ android:layout_width="65.0dip"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@android:color/transparent">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -20,11 +20,11 @@
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_marginTop="1dp"
|
|
|
android:id="@+id/tv_name"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@+id/content"
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="10sp" />
|