summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/a_provider_detail.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2018-03-06 10:08:49 -0800
committercyberta <cyberta@riseup.net>2018-03-06 10:08:49 -0800
commita95567b4bbb2319636a79cc5e8d6a7921df9f4d1 (patch)
tree7d5c7c36b141aa98e909f6b99baed769de5cf923 /app/src/main/res/layout-xlarge/a_provider_detail.xml
parentfda23fc8c5aa916bce4ce985fcdf0aa08b21f1e6 (diff)
parent54e95a61bc553d985f6c55823da20985b6103aa0 (diff)
Merge branch 'cleanup' into 'master'
cleanup - rename layout files See merge request leap/bitmask_android!64
Diffstat (limited to 'app/src/main/res/layout-xlarge/a_provider_detail.xml')
-rw-r--r--app/src/main/res/layout-xlarge/a_provider_detail.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout-xlarge/a_provider_detail.xml b/app/src/main/res/layout-xlarge/a_provider_detail.xml
index 18098079..c1eeb0e0 100644
--- a/app/src/main/res/layout-xlarge/a_provider_detail.xml
+++ b/app/src/main/res/layout-xlarge/a_provider_detail.xml
@@ -58,7 +58,7 @@
app:layout_constraintTop_toTopOf="@+id/guideline_top"
app:layout_constraintWidth_min="731dp">
- <include layout="@layout/loading_screen" />
+ <include layout="@layout/v_loading_screen" />
<LinearLayout
android:id="@+id/content"
@@ -67,7 +67,7 @@
android:layout_height="wrap_content">
<include
- layout="@layout/provider_header"
+ layout="@layout/v_provider_header"
android:layout_width="match_parent"
android:layout_height="wrap_content" />