| | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="37.5dp" |
| | | android:layout_height="39dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | |
| | | <TextView |
| | | android:id="@+id/pv_type_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_14" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="3dp" |
| | | android:gravity="center_vertical|start" |
| | | android:text="@string/pv" |
| | |
| | | <TextView |
| | | android:id="@+id/generation_today_type_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_14" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="3dp" |
| | | android:gravity="center_vertical|start" |
| | | android:text="@string/day_generation" |
| | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="37.5dp" |
| | | android:layout_height="39dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | |
| | | <TextView |
| | | android:id="@+id/output_type_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_14" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="3dp" |
| | | android:gravity="center_vertical|start" |
| | | android:text="@string/output" |
| | |
| | | <TextView |
| | | android:id="@+id/battery_storage_type_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_14" |
| | | android:layout_height="@dimen/dp_17" |
| | | android:layout_marginTop="3dp" |
| | | android:gravity="center_vertical|start" |
| | | android:text="@string/battery_capacity_indicator" |