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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-09 19:51:56 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-09 19:51:56 +0300
commit288e7b7bd47c59dd302d46ae159e2f438e7e96ba (patch)
treefd740259e894bff3f315d01cbb6d45b1fed27e81 /app/src/main/res/layout/nav_header_main.xml
parenta82439c13db5d4263169ee034298d517a9bc821d (diff)
Try retrofit (experimental!)
Diffstat (limited to 'app/src/main/res/layout/nav_header_main.xml')
-rw-r--r--app/src/main/res/layout/nav_header_main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml
index 211e10a80..705db48f7 100644
--- a/app/src/main/res/layout/nav_header_main.xml
+++ b/app/src/main/res/layout/nav_header_main.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="@dimen/nav_header_height"
- android:background="@drawable/side_nav_bar"
+ android:background="@color/colorPrimary"
android:gravity="bottom"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"