summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-03-16 18:50:00 +0100
committerGitHub <noreply@github.com>2020-03-16 18:50:00 +0100
commit15b1afa38b3ca1614296acc55ecc0535ac39df28 (patch)
treed8416d2830b980358d73afc97db73c2a3093d8ac /core/src/main/res
parent2c72c3855b117713d0a23d63cbe95c41922fada6 (diff)
parentbe22ad1682ae4369a27fa3a1557cfe8e716df5d2 (diff)
downloadAntennaPod-15b1afa38b3ca1614296acc55ecc0535ac39df28.zip
Merge pull request #3923 from ByteHamster/toolbar
Moved Toolbar to individual Fragments
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/layout/refresh_action_view.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/src/main/res/layout/refresh_action_view.xml b/core/src/main/res/layout/refresh_action_view.xml
index 66148a553..d5b88922e 100644
--- a/core/src/main/res/layout/refresh_action_view.xml
+++ b/core/src/main/res/layout/refresh_action_view.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="end"
- android:indeterminateOnly="true">
-
-</ProgressBar> \ No newline at end of file
+<ProgressBar
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
+ android:layout_gravity="end"
+ android:padding="8dp"
+ android:indeterminateOnly="true"/>