]> git.ktnx.net Git - mobile-ledger.git/commitdiff
FABs and "black icons" use the accent color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 20 Jan 2019 18:58:09 +0000 (18:58 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 20 Jan 2019 18:58:09 +0000 (18:58 +0000)
app/src/main/res/drawable/ic_assignment_black_24dp.xml
app/src/main/res/drawable/ic_event_note_black_24dp.xml
app/src/main/res/drawable/ic_home_black_24dp.xml
app/src/main/res/drawable/ic_settings_black_24dp.xml
app/src/main/res/drawable/ic_view_list_black_24dp.xml
app/src/main/res/layout/activity_main.xml
app/src/main/res/layout/activity_profile_detail.xml
app/src/main/res/values/colors.xml

index a18d75eb38c90ab3c5a4c1321813a9fc2b0fa617..af8b808850a73d7c1966b95632ec8f704e484730 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+  ~ Copyright © 2019 Damyan Ivanov.
+  ~ This file is part of Mobile-Ledger.
+  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
 <!--
   ~ Copyright Google Inc.
   ~
@@ -17,7 +34,7 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:width="24dp"
     android:height="24dp"
-    android:tint="#313131"
+    android:tint="@color/colorAccent"
     android:viewportWidth="24.0"
     android:viewportHeight="24.0">
     <path
index cf9e84e593773b599c31ab62644c5ab132922b6a..06a547eb4fdfbc3ba2150ffb3c79a6a38211acf1 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+  ~ Copyright © 2019 Damyan Ivanov.
+  ~ This file is part of Mobile-Ledger.
+  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
 <!--
   ~ Copyright Google Inc.
   ~
@@ -17,7 +34,7 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:width="24dp"
     android:height="24dp"
-    android:tint="#313131"
+    android:tint="@color/colorAccent"
     android:viewportWidth="24.0"
     android:viewportHeight="24.0">
     <path
index 1589b0efd24539666facc46da755bf1446521be8..e35623edef0e6de90dea4752f471a826cf54b9f5 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+  ~ Copyright © 2019 Damyan Ivanov.
+  ~ This file is part of Mobile-Ledger.
+  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
 <!--
   ~ Copyright Google Inc.
   ~
@@ -18,7 +35,7 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:width="24dp"
     android:height="24dp"
-    android:tint="#313131"
+    android:tint="@color/colorAccent"
     android:viewportWidth="24.0"
     android:viewportHeight="24.0">
     <path
index 1be106c887cf14e9177bff3ac86f58ab65856b08..cc2415acfc17c4fcc8a5900422916ef4813aebee 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+  ~ Copyright © 2019 Damyan Ivanov.
+  ~ This file is part of Mobile-Ledger.
+  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
 <!--
   ~ Copyright Google Inc.
   ~
@@ -17,7 +34,7 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:width="24dp"
     android:height="24dp"
-    android:tint="#313131"
+    android:tint="@color/colorAccent"
     android:viewportWidth="24.0"
     android:viewportHeight="24.0">
     <path
index 83000271e1e94d109a716376161226ade17174f4..cce27b6b61cad863ef31ad6e9cd4f6fe5327a125 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+  ~ Copyright © 2019 Damyan Ivanov.
+  ~ This file is part of Mobile-Ledger.
+  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
 <!--
   ~ Copyright Google Inc.
   ~
   ~ limitations under the License.
   -->
 
-<vector android:height="24dp" android:tint="#313131"
-    android:viewportHeight="24.0" android:viewportWidth="24.0"
-    android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
-    <path android:fillColor="#FF000000" android:pathData="M4,14h4v-4L4,10v4zM4,19h4v-4L4,15v4zM4,9h4L8,5L4,5v4zM9,14h12v-4L9,10v4zM9,19h12v-4L9,15v4zM9,5v4h12L21,5L9,5z"/>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="24dp"
+    android:height="24dp"
+    android:tint="@color/colorAccent"
+    android:viewportWidth="24.0"
+    android:viewportHeight="24.0">
+    <path
+        android:fillColor="#FF000000"
+        android:pathData="M4,14h4v-4L4,10v4zM4,19h4v-4L4,15v4zM4,9h4L8,5L4,5v4zM9,14h12v-4L9,10v4zM9,19h12v-4L9,15v4zM9,5v4h12L21,5L9,5z" />
 </vector>
index de2857ebeac278f259a8098fd12740ae82806ca7..7f01a1befa32de1569f24d92b56c626b8b8ddb34 100644 (file)
@@ -52,7 +52,7 @@
                     android:layout_gravity="bottom|end"
                     android:layout_margin="@dimen/fab_margin"
                     android:onClick="fabNewTransactionClicked"
-                    app:backgroundTint="@color/colorPrimary"
+                    app:backgroundTint="@color/colorAccent"
                     app:layout_constraintBottom_toBottomOf="parent"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:srcCompat="@drawable/svg_thick_plus_white" />
index 321c4d0de5be0de728114db2ac0e8d6641626455..3277b826bce46edaabd736d422021e83c052dc20 100644 (file)
@@ -64,6 +64,7 @@
         android:layout_height="wrap_content"
         android:layout_gravity="center_vertical|start"
         android:layout_margin="@dimen/fab_margin"
+        app:backgroundTint="@color/colorAccent"
         app:layout_anchor="@+id/profile_detail_container"
         app:layout_anchorGravity="top|end"
         app:srcCompat="@drawable/ic_save_white_24dp" />
index 6eb9f4346d8d86aa82c62fdf1606eebb61359eca..76067ad5d8d4cf7f2da8324256b39675b975ac82 100644 (file)
@@ -19,7 +19,7 @@
 <resources>
     <color name="colorPrimary">#935FF2</color>
     <color name="colorPrimaryDark">#3e148c</color>
-    <color name="colorAccent">#724db6</color>
+    <color name="colorAccent">#653BD0</color>
     <color name="drawer_background">#ffffffff</color>
     <color name="table_row_dark_bg">#286c33d4</color>
     <color name="table_row_light_bg">#28ddcbff</color>