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:
authorStefan Niedermann <info@niedermann.it>2021-04-26 20:32:46 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-26 21:08:29 +0300
commite7757443af6d4c53abd7b3dfb0f253b482dd0eeb (patch)
tree064ed613d2e85da9be82ccc03d813611f3c0429d /News-Android-App/src/dev/res
parent9c3df5ac933cdbaa514786e9f0dd30e647d8db25 (diff)
#865 Display avatar of the current user account in the top right
Diffstat (limited to 'News-Android-App/src/dev/res')
-rw-r--r--News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml22
-rw-r--r--News-Android-App/src/dev/res/drawable/ic_launcher_foreground_full.xml37
2 files changed, 42 insertions, 17 deletions
diff --git a/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml b/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml
index 0e86bb60..9e2db528 100644
--- a/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml
+++ b/News-Android-App/src/dev/res/drawable/ic_launcher_foreground.xml
@@ -2,23 +2,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
- android:viewportWidth="872.78925"
- android:viewportHeight="872.78925">
- <group
- android:translateX="21.81973"
- android:translateY="21.81973">
- <group
- android:translateX="20.728745"
- android:translateY="20.728745">
- <group
- android:translateX="137.84616"
- android:translateY="137.84616">
- <path
- android:fillColor="#ffffff"
- android:pathData="M100.929,89C94.32,89 89,94.32 89,100.929v23.857c0,6.608 5.32,11.929 11.929,11.929h310.143c6.608,0 11.929,-5.32 11.929,-11.929L423,100.929C423,94.32 417.68,89 411.071,89L100.929,89zM100.929,184.429C94.32,184.429 89,189.749 89,196.357v23.857c0,6.608 5.32,11.929 11.929,11.929h214.714c6.608,0 11.929,-5.32 11.929,-11.929v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,184.429zM100.929,279.857C94.32,279.857 89,285.177 89,291.786v23.857c0,6.608 5.32,11.929 11.929,11.929h286.286c6.608,0 11.929,-5.32 11.929,-11.929v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,279.857zM100.929,375.286C94.32,375.286 89,380.606 89,387.214v23.857C89,417.68 94.32,423 100.929,423L244.071,423C250.68,423 256,417.68 256,411.071v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,375.286z" />
- </group>
- </group>
- </group>
+ android:viewportWidth="512"
+ android:viewportHeight="512">
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M100.929,89C94.32,89 89,94.32 89,100.929v23.857c0,6.608 5.32,11.929 11.929,11.929h310.143c6.608,0 11.929,-5.32 11.929,-11.929L423,100.929C423,94.32 417.68,89 411.071,89L100.929,89zM100.929,184.429C94.32,184.429 89,189.749 89,196.357v23.857c0,6.608 5.32,11.929 11.929,11.929h214.714c6.608,0 11.929,-5.32 11.929,-11.929v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,184.429zM100.929,279.857C94.32,279.857 89,285.177 89,291.786v23.857c0,6.608 5.32,11.929 11.929,11.929h286.286c6.608,0 11.929,-5.32 11.929,-11.929v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,279.857zM100.929,375.286C94.32,375.286 89,380.606 89,387.214v23.857C89,417.68 94.32,423 100.929,423L244.071,423C250.68,423 256,417.68 256,411.071v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,375.286z" />
<group
android:scaleX="2.6"
android:scaleY="3"
diff --git a/News-Android-App/src/dev/res/drawable/ic_launcher_foreground_full.xml b/News-Android-App/src/dev/res/drawable/ic_launcher_foreground_full.xml
new file mode 100644
index 00000000..0e86bb60
--- /dev/null
+++ b/News-Android-App/src/dev/res/drawable/ic_launcher_foreground_full.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="872.78925"
+ android:viewportHeight="872.78925">
+ <group
+ android:translateX="21.81973"
+ android:translateY="21.81973">
+ <group
+ android:translateX="20.728745"
+ android:translateY="20.728745">
+ <group
+ android:translateX="137.84616"
+ android:translateY="137.84616">
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M100.929,89C94.32,89 89,94.32 89,100.929v23.857c0,6.608 5.32,11.929 11.929,11.929h310.143c6.608,0 11.929,-5.32 11.929,-11.929L423,100.929C423,94.32 417.68,89 411.071,89L100.929,89zM100.929,184.429C94.32,184.429 89,189.749 89,196.357v23.857c0,6.608 5.32,11.929 11.929,11.929h214.714c6.608,0 11.929,-5.32 11.929,-11.929v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,184.429zM100.929,279.857C94.32,279.857 89,285.177 89,291.786v23.857c0,6.608 5.32,11.929 11.929,11.929h286.286c6.608,0 11.929,-5.32 11.929,-11.929v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,279.857zM100.929,375.286C94.32,375.286 89,380.606 89,387.214v23.857C89,417.68 94.32,423 100.929,423L244.071,423C250.68,423 256,417.68 256,411.071v-23.857c0,-6.608 -5.32,-11.929 -11.929,-11.929L100.929,375.286z" />
+ </group>
+ </group>
+ </group>
+ <group
+ android:scaleX="2.6"
+ android:scaleY="3"
+ android:translateX="440"
+ android:translateY="520">
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M11.908125 40h11.4c4.44 0 7.24 -1.04 9.2 -3.4 2.32 -2.72 3.56 -6.68 3.56 -11.2 0 -4.48 -1.24 -8.44 -3.56 -11.2 -1.96 -2.36 -4.72 -3.36 -9.2 -3.36h-11.4zm6 -5V15.84h5.4c4.52 0 6.76 3.16 6.76 9.6 0 6.4 -2.24 9.56 -6.76 9.56z" />
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M46.894375 27.44h13.96v-5h-13.96v-6.6h15.08v-5h-21.08V40h21.8v-5h-15.8z" />
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M80.333125 40l10 -29.16h-6.04l-6.36 21.96 -6.48 -21.96h-6.04l9.84 29.16z" />
+ </group>
+</vector>