jimu-decompiled/resources/res/layout/item_issue_bottom.xml
2025-05-13 19:24:51 +02:00

44 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center_vertical"
android:orientation="vertical"
android:id="@+id/llItemIssueBottomContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/community_details_margin_left"
android:layout_marginTop="35.35dp"
android:layout_marginRight="@dimen/publish_item_right"
android:layout_marginBottom="16dp">
<LinearLayout
android:gravity="center_vertical"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/issue_details_activity"/>
<TextView
android:textSize="@dimen/content13"
android:textColor="@color/txt_596F80"
android:id="@+id/tvActivityName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="9dp"
android:text="@string/mobile_data_tips"/>
</LinearLayout>
<View
android:background="@color/color_community_line"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginLeft="60dp"
android:layout_marginRight="60dp"/>
<TextView
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="@string/item_no_more"/>
</LinearLayout>