Enabled variables as intent parameters

This commit is contained in:
2023-05-05 23:26:32 +02:00
parent bd2920e6d9
commit a76cafc6e2
3 changed files with 35 additions and 9 deletions

View File

@ -304,6 +304,18 @@
android:layout_height="wrap_content"
android:text="@string/addIntentValue" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="25dp"
android:text="@string/variablesOnlyForTypes" />
<TextView
android:id="@+id/tvLegend"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/urlLegend" />
<ImageView
android:layout_width="match_parent"
android:layout_height="1dp"