| | |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/fragment_house_list_line_parent_rl" |
| | | |
| | | android:layout_width="0dp" |
| | | android:layout_height="130dp" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_marginTop="@dimen/dp_12" |
| | | android:layout_marginStart="@dimen/dp_20" |
| | | android:layout_marginEnd="@dimen/dp_20" |
| | | android:background="@drawable/house_list_line_parent_bg"> |
| | |
| | | android:layout_marginTop="@dimen/dp_28" |
| | | android:layout_toEndOf="@+id/fragment_house_list_line_left_iv" |
| | | android:gravity="center_vertical" |
| | | android:text="@string/my_power_station_电站" |
| | | android:text="@string/my_power_station_title" |
| | | android:textColor="@color/text_90000000" |
| | | android:textSize="@dimen/text_16" /> |
| | | |