diff options
author | ueen <ueli.sarnighausen@online.de> | 2024-01-20 17:31:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 17:31:16 +0100 |
commit | 34fb2050b257d81438374bd39d4625be4b580325 (patch) | |
tree | eafa399c05b306289e5fd657f19b9af39084ef56 /core/src/main/res | |
parent | 6e2a8b86a7d59a2e18cebab4cf8e057d8dcfa9e4 (diff) | |
download | AntennaPod-34fb2050b257d81438374bd39d4625be4b580325.zip |
Hide refresh from toolbar (#6850)
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/layout/refresh_action_view.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/src/main/res/layout/refresh_action_view.xml b/core/src/main/res/layout/refresh_action_view.xml deleted file mode 100644 index d5b88922e..000000000 --- a/core/src/main/res/layout/refresh_action_view.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<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"/> |