aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2019-07-13 22:38:48 +0200
committersteckbrief <steckbrief@chefmail.de>2019-07-13 22:38:48 +0200
commit7e8243a6e5e8ad224b20228d12296ac4e7f30131 (patch)
tree05a25a8144236393b9360d450f98e783e79cfedd
parent246d7cad2acc694d272fa1f3f6487118541431dc (diff)
removes UpdaterActivity layout file
-rw-r--r--src/main/res/layout/activity_updater.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/main/res/layout/activity_updater.xml b/src/main/res/layout/activity_updater.xml
deleted file mode 100644
index 37624ea7f..000000000
--- a/src/main/res/layout/activity_updater.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?attr/color_background_tertiary"
- tools:context="${applicationId}.ui.UpdaterActivity">
-
- <include xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/toolbar"
- layout="@layout/toolbar" />
-
- <TextView
- android:id="@+id/updater"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@id/toolbar"
- android:layout_alignParentTop="false"
- android:layout_centerHorizontal="true"
- android:padding="@dimen/card_padding_regular"
- android:textAppearance="@style/TextAppearance.Conversations.Body1"
- android:textStyle="normal" />
-
- <ProgressBar
- android:id="@+id/UpdateProgressBar"
- style="?android:attr/progressBarStyleLarge"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true" />
-
-</RelativeLayout> \ No newline at end of file