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>2017-01-30 22:05:23 +0300
committerDavid-Development <david-dev@live.de>2017-01-30 22:06:18 +0300
commit62299d311fc6cb9b75e8b7c9280869d2c534add8 (patch)
tree013367bcdd48ba7ccb47e287b3584feab274518a /News-Android-App/src/main/res/layout
parent5023f59596dc5e157a7d0d5b4fb57ad5308e2b9c (diff)
add support for nextcloud theme and owncloud theme
Diffstat (limited to 'News-Android-App/src/main/res/layout')
-rw-r--r--News-Android-App/src/main/res/layout/fragment_newsreader_list.xml2
-rw-r--r--News-Android-App/src/main/res/layout/widget_layout.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/src/main/res/layout/fragment_newsreader_list.xml b/News-Android-App/src/main/res/layout/fragment_newsreader_list.xml
index f5862be9..f1eb4b45 100644
--- a/News-Android-App/src/main/res/layout/fragment_newsreader_list.xml
+++ b/News-Android-App/src/main/res/layout/fragment_newsreader_list.xml
@@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="100dp"
android:padding="10dp"
- android:background="@drawable/left_drawer_header_background"
+ android:background="@drawable/nextcloud"
android:clickable="true">
<TextView
diff --git a/News-Android-App/src/main/res/layout/widget_layout.xml b/News-Android-App/src/main/res/layout/widget_layout.xml
index 3ae7a3a1..f1c4f5ea 100644
--- a/News-Android-App/src/main/res/layout/widget_layout.xml
+++ b/News-Android-App/src/main/res/layout/widget_layout.xml
@@ -7,7 +7,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/owncloudBlueLight" >
+ android:background="@color/nextcloudBlueLight" >
<TextView
android:id="@+id/tV_widget_header"