Commit 3fefa5a3 authored by jyx's avatar jyx

更新主页火箭按钮样式

parent 85e3430c
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/color_10000000" />
<corners android:radius="100dp" />
</shape>
\ No newline at end of file
......@@ -75,15 +75,15 @@
<LinearLayout
android:id="@+id/tab_rl_three"
android:layout_width="0dp"
android:layout_height="100dp"
android:layout_height="90dp"
android:layout_weight="1.0"
android:gravity="center_horizontal"
android:orientation="vertical">
android:gravity="center_horizontal">
<ImageView
android:id="@+id/tab_iv_three"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_width="60dp"
android:layout_height="60dp"
android:background="@drawable/bg_gray_circle" />
</LinearLayout>
......
......@@ -45,7 +45,7 @@
<color name="color_F8F8F8">#F8F8F8</color>
<color name="color_FB560C">#FB560C</color>
<color name="color_EBB20D">#EBB20D</color>
<color name="color_999">#999999</color>
<color name="color_999">#999999</color>color_E6E6E6
<color name="color_555">#555555</color>
<color name="color_F5F">#F5F5F5</color>
<color name="color_F8F">#F8F8F8</color>
......
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