|
|
|
@ -308,58 +308,6 @@ |
|
|
|
|
app:srcCompat="@drawable/ic_right_arrow" |
|
|
|
|
app:tint="@color/textSecondary" /> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
<RelativeLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="35dp" |
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
android:clickable="false"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/iv_links" |
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
android:src="@drawable/ic_link" |
|
|
|
|
/> |
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
android:layout_marginStart="15dp" |
|
|
|
|
android:layout_toEndOf="@id/iv_links" |
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
android:textSize="@dimen/text_small_size" |
|
|
|
|
android:text="友情链接"/> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
<RelativeLayout |
|
|
|
|
android:id="@+id/rl_dyys" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/iv_dyys" |
|
|
|
|
android:layout_width="90dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
android:layout_centerVertical="true" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_dyys" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
android:layout_marginStart="15dp" |
|
|
|
|
android:layout_toEndOf="@id/iv_dyys" |
|
|
|
|
android:text="@string/dyys" |
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |