bug修复 - 这段文案需要一行显示
This commit is contained in:
parent
f78ae33ef3
commit
f567e1bad9
|
|
@ -60,11 +60,7 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
<com.gamedog.vididin.features.benefit.widget.CounterDownTimerView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<androidx.core.widget.NestedScrollView
|
||||
|
|
@ -247,17 +243,18 @@
|
|||
android:orientation="vertical"
|
||||
android:layout_marginHorizontal="15dp">
|
||||
|
||||
<LinearLayout
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:paddingVertical="15dp"
|
||||
android:paddingHorizontal="5dp"
|
||||
android:background="@drawable/bg_benefit_tasks_top"
|
||||
android:orientation="horizontal">
|
||||
android:background="@drawable/bg_benefit_tasks_top">
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toLeftOf="@+id/tv_hint_reward_num"
|
||||
android:singleLine="true"
|
||||
android:textSize="15sp"
|
||||
android:textStyle="bold"
|
||||
android:gravity="center_vertical"
|
||||
|
|
@ -268,13 +265,15 @@
|
|||
android:id="@+id/tv_hint_reward_num"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:singleLine="true"
|
||||
android:textSize="15sp"
|
||||
android:textStyle="bold"
|
||||
android:layout_marginStart="5dp"
|
||||
android:gravity="center_vertical"
|
||||
android:textColor="@color/red_5c"
|
||||
android:text="@string/cash"/>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
|||
Loading…
Reference in New Issue