修改发红包样式
This commit is contained in:
parent
20c25a51ef
commit
c3a08974d1
@ -1220,7 +1220,7 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="following_anchor">Subscribing</string>
|
||||
<string name="red_envelope_rill">%s diamonds/piece</string>
|
||||
<string name="total_consumption_of_drill">Total %s drill</string>
|
||||
<string name="top_up_now">Go top up ></string>
|
||||
<string name="top_up_now">GO TOP UP ></string>
|
||||
<string name="range_range_is">Range Range is [%s]</string>
|
||||
<string name="randomly_available">Randomly available</string>
|
||||
<string name="send_red_packet_illustrate2">A studio with a red envelope will add heat and attract more users to watch live broadcasts</string>
|
||||
|
@ -1221,7 +1221,7 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="following_anchor">Subscribing</string>
|
||||
<string name="red_envelope_rill">%s diamonds/piece</string>
|
||||
<string name="total_consumption_of_drill">Total %s drill</string>
|
||||
<string name="top_up_now">Go top up ></string>
|
||||
<string name="top_up_now">GO TOP UP ></string>
|
||||
<string name="range_range_is">Range Range is [%s]</string>
|
||||
<string name="red_packet_value">value</string>
|
||||
<string name="red_packet_open">open</string>
|
||||
|
@ -30,9 +30,9 @@
|
||||
<androidx.cardview.widget.CardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="43dp"
|
||||
android:layout_marginStart="23dp"
|
||||
android:layout_marginTop="97dp"
|
||||
android:layout_marginEnd="49dp"
|
||||
android:layout_marginEnd="29dp"
|
||||
app:cardBackgroundColor="#E82936"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardElevation="0dp">
|
||||
@ -78,9 +78,9 @@
|
||||
<androidx.cardview.widget.CardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="43dp"
|
||||
android:layout_marginStart="23dp"
|
||||
android:layout_marginTop="149dp"
|
||||
android:layout_marginEnd="49dp"
|
||||
android:layout_marginEnd="29dp"
|
||||
app:cardBackgroundColor="#E82936"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardElevation="0dp">
|
||||
@ -131,7 +131,7 @@
|
||||
<androidx.cardview.widget.CardView
|
||||
android:layout_width="72dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_marginStart="43dp"
|
||||
android:layout_marginStart="23dp"
|
||||
app:cardBackgroundColor="#E82936"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardElevation="0dp">
|
||||
@ -149,7 +149,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginEnd="49dp">
|
||||
android:layout_marginEnd="30dp">
|
||||
|
||||
<Button
|
||||
android:id="@+id/there_is_no"
|
||||
@ -179,9 +179,9 @@
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="43dp"
|
||||
android:layout_marginStart="23dp"
|
||||
android:layout_marginTop="266dp"
|
||||
android:layout_marginEnd="49dp">
|
||||
android:layout_marginEnd="29dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/red_envelope_rill"
|
||||
@ -223,6 +223,7 @@
|
||||
android:layout_marginBottom="13dp"
|
||||
android:text="@string/top_up_now"
|
||||
android:textColor="@color/white"
|
||||
android:gravity="center"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<FrameLayout
|
||||
|
Loading…
Reference in New Issue
Block a user