Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-Development <david-dev@live.de>2021-06-03 22:05:47 +0300
committerDavid Luhmer <david-dev@live.de>2021-06-03 22:05:47 +0300
commit091d6f360e990dd9d54bbeee82b4503e4e35bc21 (patch)
treed1ad4a8271ba26fee79abc9e96e7cadc980b17f9 /News-Android-App/src/main/res/layout
parent8b0bc226166584d74cdeefd15c2bb376908e5e63 (diff)
fix wrong color reference
Signed-off-by: David Luhmer <david-dev@live.de>
Diffstat (limited to 'News-Android-App/src/main/res/layout')
-rw-r--r--News-Android-App/src/main/res/layout/fragment_podcast.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/src/main/res/layout/fragment_podcast.xml b/News-Android-App/src/main/res/layout/fragment_podcast.xml
index 3f48ca21..08833775 100644
--- a/News-Android-App/src/main/res/layout/fragment_podcast.xml
+++ b/News-Android-App/src/main/res/layout/fragment_podcast.xml
@@ -120,7 +120,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:background="@color/slide_up_panel_slider_background_color">
+ android:background="@color/slide_up_panel_background_color">
<TextView
android:id="@+id/tv_titleSlider"
@@ -243,7 +243,7 @@
android:layout_height="@dimen/podcast_media_control_height"
android:paddingStart="@dimen/podcast_horizontal_margin"
android:paddingEnd="@dimen/podcast_horizontal_margin"
- android:background="@color/slide_up_panel_slider_background_color"
+ android:background="@color/slide_up_panel_background_color"
android:orientation="vertical"
android:layoutDirection="ltr">