mirror of
https://github.com/woheller69/solxpect.git
synced 2025-12-16 09:20:12 +01:00
limit range to positive numbers for some parameters
This commit is contained in:
parent
68f94ea411
commit
7951aa6811
1 changed files with 7 additions and 7 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
android:id="@+id/EditLocation_Tilt"
|
android:id="@+id/EditLocation_Tilt"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="numberDecimal|numberSigned"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/edit_location_hint_tilt"/>
|
android:hint="@string/edit_location_hint_tilt"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
android:id="@+id/EditLocation_Cell_Max_Power"
|
android:id="@+id/EditLocation_Cell_Max_Power"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="numberDecimal|numberSigned"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/edit_location_hint_cells_max_power"/>
|
android:hint="@string/edit_location_hint_cells_max_power"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
android:id="@+id/EditLocation_Cells_Area"
|
android:id="@+id/EditLocation_Cells_Area"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="numberDecimal|numberSigned"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/edit_location_hint_cells_area"/>
|
android:hint="@string/edit_location_hint_cells_area"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
android:id="@+id/EditLocation_Cell_Efficiency"
|
android:id="@+id/EditLocation_Cell_Efficiency"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="numberDecimal|numberSigned"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/edit_location_hint_cells_efficiency"/>
|
android:hint="@string/edit_location_hint_cells_efficiency"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
android:id="@+id/EditLocation_Diffuse_Efficiency"
|
android:id="@+id/EditLocation_Diffuse_Efficiency"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="numberDecimal|numberSigned"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/edit_location_hint_diffuse_efficiency"/>
|
android:hint="@string/edit_location_hint_diffuse_efficiency"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
android:id="@+id/EditLocation_Inverter_Power_Limit"
|
android:id="@+id/EditLocation_Inverter_Power_Limit"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="numberDecimal|numberSigned"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/edit_location_hint_inverter_power_limit"/>
|
android:hint="@string/edit_location_hint_inverter_power_limit"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
android:id="@+id/EditLocation_Inverter_Efficiency"
|
android:id="@+id/EditLocation_Inverter_Efficiency"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:inputType="numberDecimal|numberSigned"
|
android:inputType="numberDecimal"
|
||||||
android:hint="@string/edit_location_hint_inverter_efficiency"/>
|
android:hint="@string/edit_location_hint_inverter_efficiency"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue