| | |
| | | android:id="@+id/message_rl" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_44" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_38" |
| | | android:layout_marginEnd="@dimen/dp_16" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent"> |
| | | |
| | | <!--1.返回按钮 增大点击区域--> |
| | | <LinearLayout |
| | | android:id="@+id/top_back_ll" |
| | | android:layout_width="@dimen/dp_56" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/top_left_iv" |
| | | android:layout_width="@dimen/dp_30" |
| | | android:layout_height="@dimen/dp_30" |
| | | android:layout_gravity="center" |
| | | android:layout_marginStart="@dimen/dp_10" |
| | | android:scaleType="centerInside" |
| | | android:src="@drawable/back" /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/message_tab_nascent_title_tv" |
| | |
| | | android:layout_centerVertical="true" |
| | | android:text="@string/message_nascent" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_18" /> |
| | | android:textSize="@dimen/text_18" |
| | | android:layout_toEndOf="@+id/top_back_ll" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/message_tab_recover_title_tv" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:clipToPadding="false" |
| | | android:paddingBottom="@dimen/dp_10" |
| | | /> |
| | | android:paddingBottom="@dimen/dp_10" /> |
| | | </com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout> |
| | | |
| | | <!--没有数据显示样式--> |