Implemented an option to set own keys (and IP).

This commit is contained in:
Revertron 2022-12-11 11:21:41 +01:00
parent 305b2ab7c2
commit 48965b424a
7 changed files with 86 additions and 6 deletions

View file

@ -211,7 +211,7 @@
android:layout_marginBottom="2pt"
android:alpha="0.7"
android:paddingRight="8pt"
android:text="@string/settings_reset"
android:text="@string/settings_config"
android:textAllCaps="true"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textSize="12sp" />
@ -241,7 +241,17 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/reset_keys" />
android:text="@string/regenerate_keys" />
</TableRow>
<TableRow
android:id="@+id/setKeysRow"
style="@style/SelectableItemStyle">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/set_keys" />
</TableRow>
<TableRow