mirror of
https://github.com/woheller69/solxpect.git
synced 2026-02-03 07:01:49 +01:00
Take reflections into account
This commit is contained in:
parent
6fcdccfa4f
commit
07fb5f0b9e
16 changed files with 79 additions and 19 deletions
|
|
@ -111,6 +111,20 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:inputType="numberDecimal"
|
||||
android:hint="@string/edit_location_hint_diffuse_efficiency"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/edit_location_hint_albedo"/>
|
||||
<androidx.appcompat.widget.AppCompatEditText
|
||||
android:id="@+id/EditLocation_Albedo"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="numberDecimal"
|
||||
android:hint="@string/edit_location_hint_albedo"/>
|
||||
|
||||
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@
|
|||
<string name="dialog_add_clone_button">Klonen</string>
|
||||
<string name="itemRemoved">ENTFERNT:\u0020\u0020%s</string>
|
||||
<string name="undo">WIEDERHERSTELLEN</string>
|
||||
<string name="edit_location_hint_albedo">Albedo [0..1]</string>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -110,4 +110,5 @@
|
|||
<string name="dialog_add_clone_button">Clone</string>
|
||||
<string name="itemRemoved">REMOVED:\u0020\u0020%s</string>
|
||||
<string name="undo">UNDO</string>
|
||||
<string name="edit_location_hint_albedo">Albedo [0..1]</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue