summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/a_custom_provider_setup.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2020-12-28 17:05:35 -0800
committercyberta <cyberta@riseup.net>2020-12-28 17:05:35 -0800
commitfd81f2e14e36adb59d534df257e6ba2262cc362f (patch)
tree40196410e7358768c5cf6f1847760e2d012c0f1b /app/src/main/res/layout/a_custom_provider_setup.xml
parent16da1eeb5180cbb4a0d916785a08ccbcd3c1d74e (diff)
parent6af193f7d3c0fa3f73f5809442d83367bf025ffd (diff)
Merge branch 'restructure_project' into 'master'
Restructure project See merge request leap/bitmask_android!117
Diffstat (limited to 'app/src/main/res/layout/a_custom_provider_setup.xml')
-rw-r--r--app/src/main/res/layout/a_custom_provider_setup.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/a_custom_provider_setup.xml b/app/src/main/res/layout/a_custom_provider_setup.xml
index 34c59259..782537d9 100644
--- a/app/src/main/res/layout/a_custom_provider_setup.xml
+++ b/app/src/main/res/layout/a_custom_provider_setup.xml
@@ -4,7 +4,7 @@
android:id="@+id/custom_provider_setup_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context=".CustomProviderSetupActivity"
+ tools:context=".providersetup.activities.CustomProviderSetupActivity"
android:padding="@dimen/stdpadding"
style="@style/BitmaskActivity" >
@@ -15,7 +15,7 @@
android:layout_height="0dp"
android:layout_width="0dp"
android:id="@id/content">
- <se.leap.bitmaskclient.views.ProviderHeaderView
+ <se.leap.bitmaskclient.base.views.ProviderHeaderView
android:id="@+id/header"
android:layout_width="match_parent"
android:layout_height="wrap_content"