| | |
| | | |
| | | <TextView |
| | | android:id="@+id/fragment_house_list_line_name_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="170dp" |
| | | android:layout_height="@dimen/dp_23" |
| | | android:layout_marginStart="@dimen/dp_15" |
| | | android:layout_marginTop="@dimen/dp_28" |
| | | android:layout_toEndOf="@+id/fragment_house_list_line_left_iv" |
| | | android:gravity="center_vertical" |
| | | android:gravity="center_vertical|start" |
| | | android:text="@string/power_station" |
| | | android:textColor="@color/text_90000000" |
| | | android:ellipsize="end" |
| | | android:singleLine="true" |
| | | android:textSize="@dimen/text_16" /> |
| | | |
| | | <TextView |