Skip to content

Commit 43c98b3

Browse files
committed
Opaque: Cleaned up the dialog for managing CA.
1 parent 542c466 commit 43c98b3

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

bVNC/src/main/res/layout/manage_custom_ca.xml

+6-16
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,13 @@
1515
android:text="@string/download_from_server"
1616
android:textAppearance="?android:attr/textAppearanceMedium" />
1717

18-
<TextView
19-
android:layout_width="wrap_content"
20-
android:layout_height="wrap_content"
21-
android:text="@string/custom_ca_import"
22-
android:textAppearance="?android:attr/textAppearanceMedium" />
18+
<Button
19+
android:id="@+id/importButton"
20+
android:layout_width="match_parent"
21+
android:layout_height="wrap_content"
22+
android:text="@string/import_from_file"
23+
android:textAppearance="?android:attr/textAppearanceMedium" />
2324

24-
<LinearLayout
25-
android:layout_width="match_parent"
26-
android:layout_height="match_parent"
27-
android:orientation="horizontal" >
28-
<Button
29-
android:id="@+id/importButton"
30-
android:layout_width="wrap_content"
31-
android:layout_height="wrap_content"
32-
android:text="@string/import_from_file" />
33-
</LinearLayout>
34-
3525
<TextView
3626
android:layout_width="wrap_content"
3727
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)