diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/tunnel_editor_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/tunnel_editor_fragment.xml b/app/src/main/res/layout/tunnel_editor_fragment.xml index 5a2bfe34..1020e34c 100644 --- a/app/src/main/res/layout/tunnel_editor_fragment.xml +++ b/app/src/main/res/layout/tunnel_editor_fragment.xml @@ -120,7 +120,7 @@ <TextView android:id="@+id/public_key_text" - style="?android:attr/editTextStyle" + style="?attr/editTextStyle" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/public_key_label" |