diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 77906ee..513f453 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -36,6 +36,7 @@ diff --git a/src/main/ic_launcher-web.png b/src/main/ic_launcher-web.png new file mode 100644 index 0000000..6597852 Binary files /dev/null and b/src/main/ic_launcher-web.png differ diff --git a/src/main/res/drawable/ic_launcher.png b/src/main/res/drawable/ic_launcher.png deleted file mode 100644 index ce31f6f..0000000 Binary files a/src/main/res/drawable/ic_launcher.png and /dev/null differ diff --git a/src/main/res/drawable/ic_launcher_background.xml b/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..7887d0e --- /dev/null +++ b/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,906 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/res/drawable/ic_launcher_foreground.xml b/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..a944114 --- /dev/null +++ b/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,19 @@ + + + + + diff --git a/src/main/res/layout/nav_header_main.xml b/src/main/res/layout/nav_header_main.xml index 4a054cd..4e86af7 100644 --- a/src/main/res/layout/nav_header_main.xml +++ b/src/main/res/layout/nav_header_main.xml @@ -1,24 +1,30 @@ + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="@drawable/side_nav_bar" + android:gravity="bottom" + android:orientation="horizontal" + android:padding="10dp" + android:theme="@style/ThemeOverlay.AppCompat.Dark"> + android:contentDescription="@string/app_name" + android:paddingTop="24dp" + android:src="@mipmap/ic_launcher" /> + android:textAppearance="@style/TextAppearance.AppCompat.Title" /> - + \ No newline at end of file diff --git a/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..bbd3e02 --- /dev/null +++ b/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..bbd3e02 --- /dev/null +++ b/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/main/res/mipmap-hdpi/ic_launcher.png b/src/main/res/mipmap-hdpi/ic_launcher.png index 3fb5412..08e7f72 100644 Binary files a/src/main/res/mipmap-hdpi/ic_launcher.png and b/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/main/res/mipmap-hdpi/ic_launcher_round.png b/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..a7fa3fc Binary files /dev/null and b/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/src/main/res/mipmap-mdpi/ic_launcher.png b/src/main/res/mipmap-mdpi/ic_launcher.png index ee088f0..0a5c9a5 100644 Binary files a/src/main/res/mipmap-mdpi/ic_launcher.png and b/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/main/res/mipmap-mdpi/ic_launcher_round.png b/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..5674410 Binary files /dev/null and b/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/src/main/res/mipmap-xhdpi/ic_launcher.png b/src/main/res/mipmap-xhdpi/ic_launcher.png index 811f209..2bf82f7 100644 Binary files a/src/main/res/mipmap-xhdpi/ic_launcher.png and b/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..eb073be Binary files /dev/null and b/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/src/main/res/mipmap-xxhdpi/ic_launcher.png b/src/main/res/mipmap-xxhdpi/ic_launcher.png index ed1af18..7c0a7e7 100644 Binary files a/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..0f75bb9 Binary files /dev/null and b/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 0a4e4fb..a3709a2 100644 Binary files a/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..4506133 Binary files /dev/null and b/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/src/main/res/xml/owncloud_account_authenticator.xml b/src/main/res/xml/owncloud_account_authenticator.xml index b793a6a..16acc6a 100644 --- a/src/main/res/xml/owncloud_account_authenticator.xml +++ b/src/main/res/xml/owncloud_account_authenticator.xml @@ -1,6 +1,6 @@ \ No newline at end of file