修改首页UI和tab图标
This commit is contained in:
@@ -17,12 +17,11 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/dynamic_title_bottom_line_1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignTop="@+id/dynamic_title_name_1"
|
||||
android:layout_width="@dimen/dp20"
|
||||
android:layout_height="@dimen/dp5"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="13dp"
|
||||
android:src="@drawable/icon_tab_point_bg" />
|
||||
android:layout_below="@+id/dynamic_title_name_1"
|
||||
android:src="@drawable/shape_button_enable" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_1"
|
||||
@@ -42,12 +41,11 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/dynamic_title_bottom_line_2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignTop="@+id/dynamic_title_name_2"
|
||||
android:layout_width="@dimen/dp20"
|
||||
android:layout_height="@dimen/dp5"
|
||||
android:layout_below="@+id/dynamic_title_name_2"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="13dp"
|
||||
android:src="@drawable/icon_tab_point_bg" />
|
||||
android:src="@drawable/shape_button_enable" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_2"
|
||||
@@ -82,12 +80,11 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/dynamic_title_bottom_line_3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignTop="@+id/dynamic_title_name_3"
|
||||
android:layout_width="@dimen/dp20"
|
||||
android:layout_height="@dimen/dp5"
|
||||
android:layout_below="@+id/dynamic_title_name_3"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="13dp"
|
||||
android:src="@drawable/icon_tab_point_bg" />
|
||||
android:src="@drawable/shape_button_enable" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_3"
|
||||
|
||||
Reference in New Issue
Block a user