Commit 511c1623 authored by Li's avatar Li

[李俊岐]替换全体加速图标

parent f607c70c
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_speed_up_root"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" android:gravity="center"
android:id="@+id/layout_speed_up_root"
android:orientation="vertical"> android:orientation="vertical">
<FrameLayout <FrameLayout
...@@ -45,10 +45,11 @@ ...@@ -45,10 +45,11 @@
android:layout_below="@+id/tv_speed_up_time" android:layout_below="@+id/tv_speed_up_time"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_marginTop="15dp" android:layout_marginTop="15dp"
android:src="@drawable/icon_coin" /> android:src="@drawable/icon_hourglass" />
<ImageView <ImageView
android:layout_marginBottom="-5dp"
android:id="@+id/btn_speed_up_btn" android:id="@+id/btn_speed_up_btn"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
...@@ -62,7 +63,8 @@ ...@@ -62,7 +63,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_marginBottom="30dp" android:layout_marginBottom="28dp"
android:includeFontPadding="false"
android:text="今天剩余15次" android:text="今天剩余15次"
android:textColor="#94491A" android:textColor="#94491A"
android:textSize="13sp" /> android:textSize="13sp" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment