summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2018-01-14 16:53:49 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-27 00:41:46 +0100
commit32862a982638b542eece344a2f4d661c1b28ab2d (patch)
treec8ef4f07afc586678e331e20e7f1ac7cfcd9b29e
parent3e3cc18dd56c4b795f1cd1476e51a38ab1ea9ef3 (diff)
downloadandroid_packages_apps_Snap-32862a982638b542eece344a2f4d661c1b28ab2d.tar.gz
android_packages_apps_Snap-32862a982638b542eece344a2f4d661c1b28ab2d.tar.bz2
android_packages_apps_Snap-32862a982638b542eece344a2f4d661c1b28ab2d.zip
QuickReader: Match switch icon size and fill color with other icons
Change-Id: I9bfa84ed1ea188470cb9a58c5d59cf8a6b270215
-rw-r--r--quickReader/res/drawable/ic_cam_switcher_qr.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/quickReader/res/drawable/ic_cam_switcher_qr.xml b/quickReader/res/drawable/ic_cam_switcher_qr.xml
index eaf247f9e..0a5ca6ac2 100644
--- a/quickReader/res/drawable/ic_cam_switcher_qr.xml
+++ b/quickReader/res/drawable/ic_cam_switcher_qr.xml
@@ -14,11 +14,11 @@
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:height="24dp"
- android:width="24dp"
+ android:height="32dp"
+ android:width="32dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
- android:fillColor="#fafafa"
+ android:fillColor="@color/white"
android:pathData="M3,11H5V13H3V11M11,5H13V9H11V5M9,11H13V15H11V13H9V11M15,11H17V13H19V11H21V13H19V15H21V19H19V21H17V19H13V21H11V17H15V15H17V13H15V11M19,19V15H17V19H19M15,3H21V9H15V3M17,5V7H19V5H17M3,3H9V9H3V3M5,5V7H7V5H5M3,15H9V21H3V15M5,17V19H7V17H5Z" />
-</vector> \ No newline at end of file
+</vector>