aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-14 20:31:42 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 17:14:08 +0100
commitf42f00b40eaa0ba9ed03592deea2651cab8ed4a0 (patch)
treed89f166d4facb74e057ffdb33f268b1c44c83249 /src/main/res/layout
parent6a8fb3e8aed08df03198b5909964fb91a5e78f39 (diff)
rework IntroActivity a bit
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/activity_import_backup.xml2
-rw-r--r--src/main/res/layout/activity_magic_create.xml2
-rw-r--r--src/main/res/layout/activity_start_ui.xml8
3 files changed, 2 insertions, 10 deletions
diff --git a/src/main/res/layout/activity_import_backup.xml b/src/main/res/layout/activity_import_backup.xml
index f1eb37430..125bb43bd 100644
--- a/src/main/res/layout/activity_import_backup.xml
+++ b/src/main/res/layout/activity_import_backup.xml
@@ -36,7 +36,7 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?attr/color_background_tertiary"
+ android:background="?attr/color_background_secondary"
android:orientation="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
diff --git a/src/main/res/layout/activity_magic_create.xml b/src/main/res/layout/activity_magic_create.xml
index 1ecf8a346..e315a634b 100644
--- a/src/main/res/layout/activity_magic_create.xml
+++ b/src/main/res/layout/activity_magic_create.xml
@@ -14,7 +14,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?attr/color_background_primary">
+ android:background="?attr/color_background_secondary">
<LinearLayout
android:id="@+id/linearLayout"
diff --git a/src/main/res/layout/activity_start_ui.xml b/src/main/res/layout/activity_start_ui.xml
index 8db66bb3e..1d068ef39 100644
--- a/src/main/res/layout/activity_start_ui.xml
+++ b/src/main/res/layout/activity_start_ui.xml
@@ -3,12 +3,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <ProgressBar
- android:id="@+id/progressBar"
- style="?android:attr/progressBarStyleLarge"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true" />
-
</RelativeLayout>