| | |
| | | |
| | | /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/edit_iv" |
| | | android:layout_width="@dimen/dp_31" |
| | | android:layout_height="@dimen/dp_31" |
| | | android:layout_marginEnd="@dimen/dp_13" |
| | | android:layout_toStartOf="@+id/add_iv" |
| | | android:src="@drawable/edit" |
| | | android:visibility="gone" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/add_iv" |
| | |
| | | android:id="@+id/station_name_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:text="@string/station_name" |
| | | android:text="@string/pv" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" |
| | | |
| | |
| | | android:id="@+id/station_power_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:text="@string/generated_power" |
| | | android:text="@string/output" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | |
| | | android:layout_height="@dimen/dp_18" |
| | | android:layout_toEndOf="@+id/station_power_tv" |
| | | android:background="@drawable/ascending_descending_order_select" /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" /> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/station_day_rl" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_gravity="center_horizontal" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/station_day_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:text="@string/day_power_generation" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/station_day_iv" |
| | | android:layout_width="@dimen/dp_18" |
| | | android:layout_height="@dimen/dp_18" |
| | | android:layout_toEndOf="@+id/station_day_tv" |
| | | android:background="@drawable/ascending_descending_order_select" /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | |
| | |
| | | android:background="@drawable/ascending_descending_order_select" /> |
| | | </RelativeLayout> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" /> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/station_day_rl" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_gravity="center_horizontal" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/station_day_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:text="@string/day_generation" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/station_day_iv" |
| | | android:layout_width="@dimen/dp_18" |
| | | android:layout_height="@dimen/dp_18" |
| | | android:layout_toEndOf="@+id/station_day_tv" |
| | | android:background="@drawable/ascending_descending_order_select" /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |