aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/wizard_generic_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/wizard_generic_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/wizard_generic_fragment.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenKeychain/src/main/res/layout/wizard_generic_fragment.xml b/OpenKeychain/src/main/res/layout/wizard_generic_fragment.xml
deleted file mode 100644
index a55370804..000000000
--- a/OpenKeychain/src/main/res/layout/wizard_generic_fragment.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/fragment_vehicle_reg_generic_text"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="4dp"
- android:text="Result text"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
-</LinearLayout> \ No newline at end of file