Take reflections into account

This commit is contained in:
woheller69 2023-05-02 12:14:34 +02:00
parent 6fcdccfa4f
commit 07fb5f0b9e
16 changed files with 79 additions and 19 deletions

View file

@ -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"

View file

@ -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>

View file

@ -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>