| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/power_ll" |
| | | android:layout_width="0dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="0.5dp" |
| | | android:layout_height="17.5dp" |
| | | android:layout_gravity="center" |
| | | android:background="@color/text_1AFFFFFF" /> |
| | | <LinearLayout |
| | | android:layout_width="@dimen/dp_0" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center"> |
| | | |
| | | <View |
| | | android:layout_width="0.5dp" |
| | | android:layout_height="17.5dp" |
| | | android:layout_gravity="center" |
| | | android:background="@color/text_1AFFFFFF" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/day_ll" |
| | | android:layout_width="0dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_height="match_parent" |
| | | android:layout_gravity="center_horizontal" |
| | | android:gravity="start|center_horizontal" |
| | | android:paddingStart="@dimen/dp_26" |
| | | android:paddingEnd="@dimen/dp_0" |
| | | android:text="0" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | |
| | | android:layout_height="@dimen/dp_15" |
| | | android:layout_marginTop="3dp" |
| | | android:gravity="start|center_horizontal" |
| | | android:paddingStart="@dimen/dp_26" |
| | | android:paddingEnd="@dimen/dp_0" |
| | | android:text="@string/day_power_generation" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_12" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="0.5dp" |
| | | android:layout_height="17.5dp" |
| | | android:layout_gravity="center" |
| | | android:background="@color/text_1AFFFFFF" /> |
| | | <LinearLayout |
| | | android:layout_width="@dimen/dp_0" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center"> |
| | | |
| | | <View |
| | | android:layout_width="0.5dp" |
| | | android:layout_height="17.5dp" |
| | | android:layout_gravity="center" |
| | | android:background="@color/text_1AFFFFFF" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/month_ll" |
| | | android:layout_width="0dp" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center_vertical|start" |
| | | android:paddingStart="@dimen/dp_26" |
| | | android:paddingEnd="@dimen/dp_0" |
| | | android:text="0" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | |
| | | android:layout_height="@dimen/dp_15" |
| | | android:layout_marginTop="3dp" |
| | | android:gravity="center_vertical|start" |
| | | android:paddingStart="@dimen/dp_26" |
| | | android:paddingEnd="@dimen/dp_0" |
| | | android:text="@string/month_power_generation" |
| | | android:textColor="@color/text_66FFFFFF" |
| | | android:textSize="@dimen/text_12" /> |