修改动态和部分我的界面
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
android:layout_height="@dimen/dp5"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_below="@+id/dynamic_title_name_1"
|
||||
android:src="@drawable/shape_button_enable" />
|
||||
android:src="@drawable/shape_button_e472ed" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_1"
|
||||
@@ -45,7 +45,7 @@
|
||||
android:layout_height="@dimen/dp5"
|
||||
android:layout_below="@+id/dynamic_title_name_2"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:src="@drawable/shape_button_enable" />
|
||||
android:src="@drawable/shape_button_e472ed" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_2"
|
||||
@@ -84,7 +84,7 @@
|
||||
android:layout_height="@dimen/dp5"
|
||||
android:layout_below="@+id/dynamic_title_name_3"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:src="@drawable/shape_button_enable" />
|
||||
android:src="@drawable/shape_button_e472ed" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_3"
|
||||
@@ -116,6 +116,31 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/dynamic_title_view_4"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="@dimen/dp20"
|
||||
android:layout_toEndOf="@+id/dynamic_title_view_3">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/dynamic_title_bottom_line_4"
|
||||
android:layout_width="@dimen/dp20"
|
||||
android:layout_height="@dimen/dp5"
|
||||
android:layout_below="@+id/dynamic_title_name_4"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:src="@drawable/shape_button_e472ed" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dynamic_title_name_4"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:text="话题"
|
||||
android:textColor="@color/grey_text"
|
||||
android:textSize="16dp" />
|
||||
</RelativeLayout>
|
||||
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
android:id="@+id/dynamic_title_my"
|
||||
android:layout_width="24dp"
|
||||
|
||||
Reference in New Issue
Block a user