|
|
@@ -7,16 +7,20 @@
|
|
|
android:background="@drawable/pop_round_bg">
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:minHeight="45dp"
|
|
|
+ android:layout_weight="2"
|
|
|
android:gravity="center"
|
|
|
android:text="为UU评分"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="15sp"/>
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:minHeight="70dp"
|
|
|
android:gravity="center"
|
|
|
- android:text="如果您觉得UU很好用,可否为其评一个分数?只需要花费您很少的时间的,感谢您的支持!"
|
|
|
+ android:text="请您为UU评一个分数吧,只需要花费您很少的时间,感谢您的支持!"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="15sp"
|
|
|
android:paddingBottom="5dp"
|
|
|
@@ -29,8 +33,10 @@
|
|
|
<TextView
|
|
|
android:id="@+id/scoring_now_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="2"
|
|
|
android:gravity="center"
|
|
|
+ android:minHeight="45dp"
|
|
|
android:text="现在去评分"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textSize="15sp"/>
|
|
|
@@ -41,9 +47,11 @@
|
|
|
<TextView
|
|
|
android:id="@+id/complaints_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="2"
|
|
|
android:gravity="center"
|
|
|
- android:text="我要吐槽"
|
|
|
+ android:text="建议反馈"
|
|
|
+ android:minHeight="45dp"
|
|
|
android:textColor="@color/blue"
|
|
|
android:textSize="15sp"/>
|
|
|
|
|
|
@@ -54,10 +62,12 @@
|
|
|
<TextView
|
|
|
android:id="@+id/no_thanking_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="2"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/blue"
|
|
|
- android:text="不了,谢谢"
|
|
|
+ android:text="下次再说"
|
|
|
+ android:minHeight="45dp"
|
|
|
android:textSize="15sp"/>
|
|
|
|
|
|
</LinearLayout>
|