summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout/tlsremote.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2019-11-12 22:58:14 +0100
committerArne Schwabe <arne@rfc2549.org>2019-11-17 10:16:02 +0100
commitcbdaa48705855169827f29014efbaa934d212ccf (patch)
tree678c3c37bae0578b636bea38691d3eed9bec2f1f /main/src/ui/res/layout/tlsremote.xml
parent81d7c76b94335e699b2885cd74f3e364eba60cc3 (diff)
Convert most fragments/activities to androidx
Diffstat (limited to 'main/src/ui/res/layout/tlsremote.xml')
-rw-r--r--main/src/ui/res/layout/tlsremote.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/src/ui/res/layout/tlsremote.xml b/main/src/ui/res/layout/tlsremote.xml
index 5ebeb051..1e393d6b 100644
--- a/main/src/ui/res/layout/tlsremote.xml
+++ b/main/src/ui/res/layout/tlsremote.xml
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2012-2016 Arne Schwabe
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:padding="@dimen/stdpadding"
- android:layout_height="match_parent" >
+ android:theme="@style/Theme.AppCompat.Dialog.Alert">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:orientation="vertical" >
+ android:orientation="vertical">
<TextView
android:id="@+id/dialogHeader"
@@ -40,7 +40,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:ems="10"
- android:inputType="text" >
+ android:inputType="text">
<requestFocus />
</EditText>