|
|
@@ -237,7 +237,8 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- style="@style/hint_txt_style"
|
|
|
+ android:textSize="13sp"
|
|
|
+ android:textColor="#5b5b5b"
|
|
|
android:text="@string/friend"
|
|
|
android:layout_below="@id/tv_size"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
@@ -253,24 +254,37 @@
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_money"
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/tv_money_ll"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/text_size_25"
|
|
|
- android:textColor="@color/txt_red_ff4a5f"
|
|
|
- android:textStyle="bold"
|
|
|
android:layout_centerInParent="true"
|
|
|
- />
|
|
|
-
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_money"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="24sp"
|
|
|
+ android:textColor="@color/txt_red_ff4a5f"
|
|
|
+ android:textStyle="bold"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:textColor="@color/txt_red_ff4a5f"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:text="元"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:layout_below="@id/tv_money"
|
|
|
+ android:layout_below="@id/tv_money_ll"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- style="@style/hint_txt_style"
|
|
|
+ android:textSize="13sp"
|
|
|
+ android:textColor="#5b5b5b"
|
|
|
android:text="@string/reward"
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
|
@@ -298,13 +312,16 @@
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/content_padding"
|
|
|
+ android:layout_marginStart="9dp"
|
|
|
android:layout_marginBottom="@dimen/content_padding_10"
|
|
|
+ android:textSize="@dimen/text_size_15"
|
|
|
+ android:textColor="#191919"
|
|
|
android:text="已邀请好友列表"/>
|
|
|
<include layout="@layout/x_ask_getmoney_act_layout_include"/>
|
|
|
<com.kfzs.duanduan.view.ViewPagerPlus
|
|
|
android:id="@+id/friend_extract_vp"
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:layout_marginTop="@dimen/content_padding_10"
|
|
|
android:layout_height="130dp"/>
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -316,6 +333,8 @@
|
|
|
android:id="@+id/friend_extract_count_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:textSize="11sp"
|
|
|
+ android:textColor="#a3282828"
|
|
|
android:text="共0条"/>
|
|
|
<TextView
|
|
|
android:id="@+id/friend_extract_page_tv"
|
|
|
@@ -323,10 +342,12 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/content_padding_20"
|
|
|
android:background="@drawable/shape_page"
|
|
|
- android:paddingStart="@dimen/content_padding_10"
|
|
|
- android:paddingEnd="@dimen/content_padding_10"
|
|
|
- android:paddingTop="@dimen/content_padding_3"
|
|
|
- android:paddingBottom="@dimen/content_padding_3"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingTop="2dp"
|
|
|
+ android:paddingBottom="2dp"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:textColor="#282828"
|
|
|
android:text="1"/>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|