summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-08-27 12:29:26 +0200
committerByteHamster <info@bytehamster.com>2022-08-27 12:29:26 +0200
commit58515df6ec4dd21f6181fc1550b437098ccab719 (patch)
treea4fb3e35ad6baee005fb22e8dbc3f9b38abcca88 /app
parent77104c9038abf579bc5652fc0ec5f941c0f9799f (diff)
downloadAntennaPod-58515df6ec4dd21f6181fc1550b437098ccab719.zip
Fix back icon when opening screens from home
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/episodes_list_fragment.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/episodes_list_fragment.xml b/app/src/main/res/layout/episodes_list_fragment.xml
index 39a0c260a..2391a73ae 100644
--- a/app/src/main/res/layout/episodes_list_fragment.xml
+++ b/app/src/main/res/layout/episodes_list_fragment.xml
@@ -2,6 +2,7 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -12,7 +13,8 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:minHeight="?attr/actionBarSize"
- android:theme="?attr/actionBarTheme" />
+ android:theme="?attr/actionBarTheme"
+ app:navigationIcon="?homeAsUpIndicator" />
<TextView
android:id="@+id/txtvInformation"