|
|
@@ -13,7 +13,7 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:minWidth="?attr/actionBarSize"
|
|
|
android:scaleType="centerInside"
|
|
|
- android:src="@drawable/narrow_back_black"/>
|
|
|
+ android:src="@drawable/narrow_back_black" />
|
|
|
|
|
|
<android.support.design.widget.TabLayout
|
|
|
android:id="@+id/title_tab"
|
|
|
@@ -21,9 +21,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_centerInParent="true"
|
|
|
android:minWidth="100dp"
|
|
|
- android:visibility="gone"
|
|
|
- />
|
|
|
- <include layout="@layout/include_title_tab"/>
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
+ <include layout="@layout/include_title_tab" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/txt_baseactivity_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -31,12 +32,12 @@
|
|
|
android:layout_centerInParent="true"
|
|
|
android:layout_marginStart="?attr/actionBarSize"
|
|
|
android:layout_marginEnd="?attr/actionBarSize"
|
|
|
- android:singleLine="true"
|
|
|
- android:gravity="start"
|
|
|
android:ellipsize="end"
|
|
|
+ android:gravity="start"
|
|
|
+ android:singleLine="true"
|
|
|
android:text="@string/app_name"
|
|
|
android:textColor="@color/black_text_deep"
|
|
|
- android:textSize="18sp"/>
|
|
|
+ android:textSize="18sp" />
|
|
|
|
|
|
<!--右边按钮-->
|
|
|
|
|
|
@@ -52,23 +53,23 @@
|
|
|
style="?android:attr/borderlessButtonStyle"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/app_nav_toolbar_height"
|
|
|
- android:paddingEnd="17dp"
|
|
|
- android:paddingStart="17dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:background="@color/translate"
|
|
|
android:gravity="center_vertical|end"
|
|
|
android:lines="1"
|
|
|
+ android:paddingStart="17dp"
|
|
|
+ android:paddingEnd="17dp"
|
|
|
android:textColor="@color/black_text_deep"
|
|
|
- android:textSize="12sp"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_alignParentEnd="true" />
|
|
|
+ android:textSize="12sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/img_download_manager_dots"
|
|
|
android:layout_width="6dp"
|
|
|
android:layout_height="6dp"
|
|
|
android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:src="@drawable/sp_dot_red"
|
|
|
android:visibility="gone" />
|
|
|
</RelativeLayout>
|
|
|
@@ -82,55 +83,36 @@
|
|
|
android:background="@color/translate"
|
|
|
android:gravity="center"
|
|
|
android:minWidth="?attr/actionBarSize"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
<ImageButton
|
|
|
android:id="@+id/ibtn_two_right"
|
|
|
android:layout_width="?attr/actionBarSize"
|
|
|
android:layout_height="match_parent"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:layout_marginEnd="40dp"
|
|
|
android:background="@color/translate"
|
|
|
android:gravity="center"
|
|
|
android:minWidth="?attr/actionBarSize"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginEnd="40dp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:gravity="center"
|
|
|
- android:text="如何做任务?"
|
|
|
- android:textColor="@color/sheep_red"
|
|
|
- android:visibility="gone"/>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
+ android:id="@+id/title_end_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@color/translate"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:gravity="center"
|
|
|
- android:minWidth="?attr/actionBarSize"
|
|
|
- android:orientation="horizontal"
|
|
|
+ android:paddingStart="10dp"
|
|
|
+ android:paddingEnd="10dp"
|
|
|
+ android:text="发表"
|
|
|
android:visibility="gone"
|
|
|
- android:layout_marginRight="@dimen/content_padding">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text=""
|
|
|
- android:textSize="@dimen/text_size_4"
|
|
|
- android:textColor="@android:color/black"
|
|
|
- android:paddingRight="5dp"/>
|
|
|
- <ImageView
|
|
|
- android:layout_width="12dp"
|
|
|
- android:layout_height="12dp"
|
|
|
- android:src="@mipmap/triangle_popup_nomal"/>
|
|
|
- </LinearLayout>
|
|
|
- <include layout="@layout/title_bottom_line"
|
|
|
+ android:textColor="#ff2ebef2"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <include
|
|
|
+ layout="@layout/title_bottom_line"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentBottom="true"/>
|
|
|
+ android:layout_alignParentBottom="true" />
|
|
|
</RelativeLayout>
|