| | |
| | | android:id="@+id/fragment_house_list_line_left_iv" |
| | | android:layout_width="113dp" |
| | | android:layout_height="130dp" |
| | | android:background="@color/text_245EC3" /> |
| | | android:scaleType="centerCrop" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/fragment_house_list_line_name_tv" |
| | |
| | | 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_title" |
| | | android:text="@string/power_station" |
| | | android:textColor="@color/text_90000000" |
| | | android:textSize="@dimen/text_16" /> |
| | | |
| | |
| | | android:layout_alignStart="@+id/fragment_house_list_line_name_tv" |
| | | android:layout_marginTop="@dimen/dp_13" |
| | | android:gravity="center_vertical" |
| | | android:text="@string/my_power_station_装机容量" |
| | | android:text="@string/my_power_station_installed_capacity" |
| | | android:textColor="@color/text_40000000" |
| | | android:textSize="@dimen/text_12" /> |
| | | |
| | |
| | | android:layout_alignStart="@+id/fragment_house_list_line_capacity_tv" |
| | | android:layout_marginTop="@dimen/dp_13" |
| | | android:gravity="center_vertical" |
| | | android:text="@string/my_power_station_发电功率" |
| | | android:text="@string/power_station_generated_power" |
| | | android:textColor="@color/text_40000000" |
| | | android:textSize="@dimen/text_12" /> |
| | | |
| | |
| | | android:layout_alignParentEnd="true" |
| | | android:background="@drawable/state_ffb300" |
| | | android:gravity="center" |
| | | android:text="@string/my_power_station_连接中" |
| | | android:text="@string/my_power_station_connecting" |
| | | android:textColor="@color/text_FFFFFFFF" |
| | | android:textSize="@dimen/text_12" /> |
| | | |