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>2016-08-29 00:28:27 +0300
committerDavid Development <david-dev@live.de>2016-08-29 00:28:27 +0300
commit547ef668bcf0e7ec8e77573bf114bb9679adfd75 (patch)
tree09499d1ff2b0808180bc530ee2e17df3dee888ca /News-Android-App/src/main/res/xml
parent20d83da13eb97ebd446663eb7a247d4ecc16f795 (diff)
add splash screen
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/authenticator.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/src/main/res/xml/authenticator.xml b/News-Android-App/src/main/res/xml/authenticator.xml
index 029e6489..d81131bc 100644
--- a/News-Android-App/src/main/res/xml/authenticator.xml
+++ b/News-Android-App/src/main/res/xml/authenticator.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="de.luhmer.owncloudnewsreader"
- android:icon="@drawable/ic_launcher"
- android:smallIcon="@drawable/ic_launcher"
+ android:icon="@mipmap/ic_launcher"
+ android:smallIcon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:accountPreferences="@xml/account_preferences" />