summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml
diff options
context:
space:
mode:
authorfupduck <fupduck@riseup.net>2018-02-08 06:05:56 -0800
committerfupduck <fupduck@riseup.net>2018-02-08 06:05:56 -0800
commitae938c20a11b6195936f97eebd32abd35335bceb (patch)
treed7dfd33f349bab895cfbbf12744c88b72cd50759 /app/src/main/res/layout-xlarge/configuration_wizard_activity.xml
parentc3d157c91ecc3a177efc4e089904684511e7710d (diff)
parent966b74e46c6723093dfb93cce64528d79441e70e (diff)
Merge branch '8823_cw_tablet_layout' into '0.9.8'
8823 cw tablet layout See merge request leap/bitmask_android!36
Diffstat (limited to 'app/src/main/res/layout-xlarge/configuration_wizard_activity.xml')
-rw-r--r--app/src/main/res/layout-xlarge/configuration_wizard_activity.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml b/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml
deleted file mode 100644
index 581b0c9a..00000000
--- a/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/configuration_wizard_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".ProviderListActivity"
- style="@style/BitmaskActivity" >
-
- <ListView
- android:id="@+id/provider_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:drawSelectorOnTop="false" />
-
- <ProgressBar
- android:id="@+id/progressbar_configuration_wizard"
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:max="3" />
-
- <TextView
- android:id="@+id/progressbar_description"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:fadingEdge="horizontal"
- android:singleLine="true"
- android:text="@string/configuring_provider"
- android:textSize="24sp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_centerHorizontal="true"
- android:textColor="@android:color/holo_blue_bright" />
-
-</RelativeLayout>