summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-sw600dp-port/a_provider_credentials.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-07-12 15:23:58 +0200
committercyBerta <cyberta@riseup.net>2019-07-12 15:23:58 +0200
commitf3e40dfef34605061dce88e70a7cfcc272bcae98 (patch)
tree3633cbd43b5aa9bf68c39d4baa73d9398ba7930d /app/src/main/res/layout-sw600dp-port/a_provider_credentials.xml
parent663b4a217f5388dd7be4739d6977f86ceb248194 (diff)
fix setup activities tablet layout in portrait
Diffstat (limited to 'app/src/main/res/layout-sw600dp-port/a_provider_credentials.xml')
-rw-r--r--app/src/main/res/layout-sw600dp-port/a_provider_credentials.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/app/src/main/res/layout-sw600dp-port/a_provider_credentials.xml b/app/src/main/res/layout-sw600dp-port/a_provider_credentials.xml
deleted file mode 100644
index ab140a2e..00000000
--- a/app/src/main/res/layout-sw600dp-port/a_provider_credentials.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- style="@style/BitmaskActivity"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".ProviderCredentialsBaseActivity">
-
- <android.support.v7.widget.AppCompatImageView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:srcCompat="@drawable/background_main"
- android:scaleType="centerCrop"
- />
-
- <android.support.constraint.Guideline
- android:id="@+id/guideline_left"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- app:layout_constraintGuide_percent="0.2" />
-
- <android.support.constraint.Guideline
- android:id="@+id/guideline_right"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- app:layout_constraintGuide_percent="0.8" />
-
- <android.support.constraint.Guideline
- android:id="@+id/guideline_top"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- app:layout_constraintGuide_percent="0.275" />
-
- <android.support.constraint.Guideline
- android:id="@+id/guideline_bottom"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- app:layout_constraintGuide_percent="0.725" />
-
- <include layout="@layout/a_provider_credentials_tablet_linear_layout"/>
-</android.support.constraint.ConstraintLayout> \ No newline at end of file