]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Update the launcher and the default favorite icons.
authorSoren Stoutner <soren@stoutner.com>
Thu, 29 Oct 2015 21:35:13 +0000 (14:35 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 29 Oct 2015 21:35:13 +0000 (14:35 -0700)
app/src/main/ic_launcher-web.png [new file with mode: 0644]
app/src/main/res/drawable-hdpi/ic_language_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-mdpi/ic_language_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xhdpi/ic_language_black_24dp.png [new file with mode: 0644]
app/src/main/res/drawable-xxhdpi/ic_language_black_24dp.png [new file with mode: 0644]
app/src/main/res/layout/activity_webview.xml
app/src/main/res/mipmap-hdpi/ic_launcher.png
app/src/main/res/mipmap-mdpi/ic_launcher.png
app/src/main/res/mipmap-xhdpi/ic_launcher.png
app/src/main/res/mipmap-xxhdpi/ic_launcher.png
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]

diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png
new file mode 100644 (file)
index 0000000..93f5a96
Binary files /dev/null and b/app/src/main/ic_launcher-web.png differ
diff --git a/app/src/main/res/drawable-hdpi/ic_language_black_24dp.png b/app/src/main/res/drawable-hdpi/ic_language_black_24dp.png
new file mode 100644 (file)
index 0000000..3f12777
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_language_black_24dp.png differ
diff --git a/app/src/main/res/drawable-mdpi/ic_language_black_24dp.png b/app/src/main/res/drawable-mdpi/ic_language_black_24dp.png
new file mode 100644 (file)
index 0000000..424701c
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_language_black_24dp.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_language_black_24dp.png b/app/src/main/res/drawable-xhdpi/ic_language_black_24dp.png
new file mode 100644 (file)
index 0000000..33017e1
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_language_black_24dp.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_language_black_24dp.png b/app/src/main/res/drawable-xxhdpi/ic_language_black_24dp.png
new file mode 100644 (file)
index 0000000..a376c13
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_language_black_24dp.png differ
index d235b83a8100327f0e878402729dc2396a620ae9..5613cef023a5c805024daf0042d7061372fb1275 100644 (file)
@@ -27,7 +27,7 @@
 
                 <ImageView
                     android:id="@+id/favoriteIcon"
-                    android:src="@drawable/ic_home_black_24dp"
+                    android:src="@drawable/ic_language_black_24dp"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_gravity="center" />
index cde69bcccec65160d92116f20ffce4fce0b5245c..e51dab7872f02aafa5df9cbf239ded1d684a6456 100644 (file)
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
index c133a0cbd379f5af6dbf1a899a0293ca5eccfad0..ea262719510db62d55331e038dfaffd4c13ebcce 100644 (file)
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
index bfa42f0e7b91d006d22352c9ff2f134e504e3c1d..ef473ed58e2606ac899ef552cc4077cfeea7a742 100644 (file)
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
index 324e72cdd7480cb983fa1bcc7ce686e51ef87fe7..3a72e5e8d7222baaedf135f3bfd9406019558d6c 100644 (file)
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644 (file)
index 0000000..e72c83d
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ