Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc6c19e0 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Replace pin icon with material version

parent 13b9e009
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
<!--
  ~ Copyright (C) 2019 Moez Bhatti <moez.bhatti@gmail.com>
  ~ Copyright (C) 2020 Moez Bhatti <moez.bhatti@gmail.com>
  ~
  ~ This file is part of QKSMS.
  ~
@@ -16,6 +16,7 @@
  ~ You should have received a copy of the GNU General Public License
  ~ along with QKSMS.  If not, see <http://www.gnu.org/licenses/>.
  -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
@@ -23,5 +24,5 @@
    android:viewportHeight="24">
    <path
        android:fillColor="#FF000000"
        android:pathData="M19.083,1c0,1.018 -1.424,1.907 -3.541,2.382V11c2.926,0.652 4.958,2.086 4.958,3.751h-7.792V23h-1.416v-8.25H3.5c0,-1.665 2.032,-3.1 4.958,-3.751V3.382C6.341,2.907 4.917,2.018 4.917,1h14.166z" />
        android:pathData="M16,9V4l1,0c0.55,0 1,-0.45 1,-1v0c0,-0.55 -0.45,-1 -1,-1H7C6.45,2 6,2.45 6,3v0c0,0.55 0.45,1 1,1l1,0v5c0,1.66 -1.34,3 -3,3h0v2h5.97v7l1,1l1,-1v-7H19v-2h0C17.34,12 16,10.66 16,9z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
        android:layout_height="16dp"
        android:layout_marginTop="2dp"
        android:paddingStart="4dp"
        android:src="@drawable/ic_pin_black_24dp"
        android:src="@drawable/ic_baseline_push_pin_24"
        android:tint="?android:attr/textColorTertiary"
        android:visibility="gone"
        app:layout_constraintEnd_toStartOf="@id/unread"
+2 −2
Original line number Diff line number Diff line
@@ -50,14 +50,14 @@

    <item
        android:id="@+id/pin"
        android:icon="@drawable/ic_pin_black_24dp"
        android:icon="@drawable/ic_baseline_push_pin_24"
        android:title="@string/main_menu_pin"
        android:visible="false"
        app:showAsAction="ifRoom" />

    <item
        android:id="@+id/unpin"
        android:icon="@drawable/ic_pin_black_24dp"
        android:icon="@drawable/ic_baseline_push_pin_24"
        android:title="@string/main_menu_unpin"
        android:visible="false"
        app:showAsAction="ifRoom" />