|
@@ -1,286 +1,286 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="1002dp"
|
|
|
- android:layout_height="700dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginTop="10dp">
|
|
|
+ android:layout_width="1002dp"
|
|
|
+ android:layout_height="700dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="972dp"
|
|
|
- android:layout_height="650dp"
|
|
|
- android:background="@drawable/fragment_recommend_bg"></ImageView>
|
|
|
+ android:layout_width="972dp"
|
|
|
+ android:layout_height="650dp"
|
|
|
+ android:background="@drawable/fragment_recommend_bg"></ImageView>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="972dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center|left"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_width="972dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center|left"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_weight="3"
|
|
|
- android:paddingTop="10dp">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:paddingTop="10dp">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1.5">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1.5">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/fragment_recommend_user_head_layout"
|
|
|
- android:layout_width="272dp"
|
|
|
- android:layout_height="61dp"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:id="@+id/fragment_recommend_user_head_layout"
|
|
|
+ android:layout_width="272dp"
|
|
|
+ android:layout_height="61dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="242dp"
|
|
|
- android:layout_height="52dp"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:background="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
+ android:layout_width="242dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:background="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="54dp"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_width="54dp"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="54dp"
|
|
|
- android:background="@drawable/fragment_recommend_userhead"
|
|
|
- android:padding="4dp">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="54dp"
|
|
|
+ android:background="@drawable/fragment_recommend_userhead"
|
|
|
+ android:padding="4dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_recommend_user_head"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent" />
|
|
|
+ android:id="@+id/fragment_recommend_user_head"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent" />
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_main_recommend_isfollow"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_gravity="center|bottom"
|
|
|
- android:layout_marginBottom="4dp"
|
|
|
- android:src="@drawable/plus"></ImageView>
|
|
|
+ android:id="@+id/fragment_main_recommend_isfollow"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_gravity="center|bottom"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
+ android:src="@drawable/plus"></ImageView>
|
|
|
</FrameLayout>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/fragment_recommend_user_phone"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="55dp"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="*****"
|
|
|
- android:textColor="@color/fragment_recommend_user_color"
|
|
|
- android:textSize="28dp"></TextView>
|
|
|
+ android:id="@+id/fragment_recommend_user_phone"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="55dp"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="*****"
|
|
|
+ android:textColor="@color/fragment_recommend_user_color"
|
|
|
+ android:textSize="28dp"></TextView>
|
|
|
</FrameLayout>
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/fragment_recommend_comment_layout"
|
|
|
- android:layout_width="160dp"
|
|
|
- android:layout_height="61dp"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:id="@+id/fragment_recommend_comment_layout"
|
|
|
+ android:layout_width="160dp"
|
|
|
+ android:layout_height="61dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="143dp"
|
|
|
- android:layout_height="52dp"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
+ android:layout_width="143dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="52dp"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_width="52dp"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="52dp"
|
|
|
- android:layout_height="52dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:src="@drawable/fragment_recommend_comment" />
|
|
|
+ android:layout_width="52dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:src="@drawable/fragment_recommend_comment" />
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/fragment_recommend_comment_num"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="55dp"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="0"
|
|
|
- android:textColor="@color/fragment_recommend_user_color"
|
|
|
- android:textSize="28dp"></TextView>
|
|
|
+ android:id="@+id/fragment_recommend_comment_num"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="55dp"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="0"
|
|
|
+ android:textColor="@color/fragment_recommend_user_color"
|
|
|
+ android:textSize="28dp"></TextView>
|
|
|
</FrameLayout>
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/fragment_recommend_collection_layout"
|
|
|
- android:layout_width="160dp"
|
|
|
- android:layout_height="61dp"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:id="@+id/fragment_recommend_collection_layout"
|
|
|
+ android:layout_width="160dp"
|
|
|
+ android:layout_height="61dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="143dp"
|
|
|
- android:layout_height="52dp"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
+ android:layout_width="143dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="54dp"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_width="54dp"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_recommend_collection_icon"
|
|
|
- android:layout_width="52dp"
|
|
|
- android:layout_height="52dp"
|
|
|
- android:layout_gravity="center|left"
|
|
|
- android:src="@drawable/fragment_recommend_collection_icon" />
|
|
|
+ android:id="@+id/fragment_recommend_collection_icon"
|
|
|
+ android:layout_width="52dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_gravity="center|left"
|
|
|
+ android:src="@drawable/fragment_recommend_collection_icon" />
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/fragment_recommend_collection_status"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="55dp"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="未收藏"
|
|
|
- android:textColor="@color/fragment_recommend_user_color"
|
|
|
- android:textSize="28dp"></TextView>
|
|
|
+ android:id="@+id/fragment_recommend_collection_status"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="55dp"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="未收藏"
|
|
|
+ android:textColor="@color/fragment_recommend_user_color"
|
|
|
+ android:textSize="28dp"></TextView>
|
|
|
</FrameLayout>
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/fragment_recommend_thumbs_layout"
|
|
|
- android:layout_width="160dp"
|
|
|
- android:layout_height="61dp"
|
|
|
- android:layout_gravity="center">
|
|
|
+ android:id="@+id/fragment_recommend_thumbs_layout"
|
|
|
+ android:layout_width="160dp"
|
|
|
+ android:layout_height="61dp"
|
|
|
+ android:layout_gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="143dp"
|
|
|
- android:layout_height="52dp"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
+ android:layout_width="143dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@drawable/fragment_recommend_userhead_bg"></ImageView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="54dp"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_width="54dp"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_recommend_thumbs_icon"
|
|
|
- android:layout_width="52dp"
|
|
|
- android:layout_height="52dp"
|
|
|
- android:layout_gravity="center|left"
|
|
|
- android:src="@drawable/fragment_recommend_thumbs_up" />
|
|
|
+ android:id="@+id/fragment_recommend_thumbs_icon"
|
|
|
+ android:layout_width="52dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_gravity="center|left"
|
|
|
+ android:src="@drawable/fragment_recommend_thumbs_up" />
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/fragment_recommend_thumbs_num"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="55dp"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="0"
|
|
|
- android:textColor="@color/fragment_recommend_user_color"
|
|
|
- android:textSize="28dp"></TextView>
|
|
|
+ android:id="@+id/fragment_recommend_thumbs_num"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="55dp"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="0"
|
|
|
+ android:textColor="@color/fragment_recommend_user_color"
|
|
|
+ android:textSize="28dp"></TextView>
|
|
|
</FrameLayout>
|
|
|
</FrameLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_marginLeft="20dp"
|
|
|
- android:layout_marginRight="20dp"
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
- android:layout_weight="15">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ android:layout_weight="15">
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/fragment_recommend_recyclerview"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:orientation="vertical"></androidx.recyclerview.widget.RecyclerView>
|
|
|
+ android:id="@+id/fragment_recommend_recyclerview"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:orientation="vertical"></androidx.recyclerview.widget.RecyclerView>
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1.6">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1.6">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:layout_gravity="top"
|
|
|
- android:gravity="top">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="top"
|
|
|
+ android:gravity="top">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_recommend_video_up"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:src="@drawable/fragment_recommend_up"></ImageView>
|
|
|
+ android:id="@+id/fragment_recommend_video_up"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:src="@drawable/fragment_recommend_up"></ImageView>
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_recommend_video_next"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:src="@drawable/fragment_recommend_next"></ImageView>
|
|
|
+ android:id="@+id/fragment_recommend_video_next"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:src="@drawable/fragment_recommend_next"></ImageView>
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
@@ -292,51 +292,51 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="bottom|right">
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="bottom|right">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/fragment_recommend_to_record_layout"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:id="@+id/fragment_recommend_to_record_layout"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="121dp"
|
|
|
- android:layout_height="121dp">
|
|
|
+ android:layout_width="121dp"
|
|
|
+ android:layout_height="121dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_recommend_to_record_bg"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:src="@drawable/to_record_bg"></ImageView>
|
|
|
+ android:id="@+id/fragment_recommend_to_record_bg"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:src="@drawable/to_record_bg"></ImageView>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:src="@drawable/to_record_icon"></ImageView>
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:src="@drawable/to_record_icon"></ImageView>
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/fragment_recommend_to_record_icon"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:padding="38dp"
|
|
|
- android:src="@drawable/to_record_icon_mike"></ImageView>
|
|
|
+ android:id="@+id/fragment_recommend_to_record_icon"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:padding="38dp"
|
|
|
+ android:src="@drawable/to_record_icon_mike"></ImageView>
|
|
|
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="105dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_gravity="center|top"
|
|
|
- android:layout_marginBottom="15dp"
|
|
|
- android:src="@drawable/to_record"></ImageView>
|
|
|
+ android:layout_width="105dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_gravity="center|top"
|
|
|
+ android:layout_marginBottom="15dp"
|
|
|
+ android:src="@drawable/to_record"></ImageView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|