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

Commit 27de2306 authored by Jon Mann's avatar Jon Mann
Browse files

Added some debugging tools.

Test: verified
Change-Id: Ie043c5ff8209c9aa78480d16a4c710377a0c1bbb
parent 4b178280
Loading
Loading
Loading
Loading
+1.53 KiB
Loading image diff...
+1.47 KiB
Loading image diff...
+13 −0
Original line number Diff line number Diff line
<!--
This file has no copyright assigned and is placed in the Public Domain.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:height="24dp"
        android:width="24dp"
        android:viewportHeight="399.0"
        android:viewportWidth="425.8">
    <path android:fillColor="?android:attr/colorControlNormal"
          android:pathData="M210.4,167c24,3 52.4,8.3 65,31.5 9.3,13.7 17.4,28.4 29,40.4 20.4,10.2 40.8,22.7 55.5,40.6 18.3,27.6 12.7,67 -8.7,91.2 -24,22 -58.5,33 -90.5,25 -20.5,-4.2 -40.8,-16.3 -62,-9.5 -19.8,5.5 -39.3,14.2 -60.2,11.8 -20,-0.5 -37.8,-10.3 -54.6,-20 -19.5,-12.6 -31.7,-35.3 -30.4,-58.6 0,-35 26.4,-64 56,-79.3 12.6,-6 26,-12.7 32,-26.3 8.5,-15.8 16,-35.5 35,-41 11,-3.8 22.4,-5.4 33.8,-5.6z" />
    <path android:fillColor="?android:attr/colorControlNormal"
          android:pathData="M2.5,133.3c5,-18 19.7,-34.7 39,-37 13.8,-2 28,1.6 40.2,8 22.2,15 35,40 42.4,64.8 3.8,12 6.3,24.8 3.2,37 -2.8,14.8 -13.4,27 -27,32.8 -17.7,10.7 -41.2,9.2 -58,-2.4 -10,-6.7 -19,-15.3 -24.4,-26.2 -12.8,-23 -21.4,-50.5 -15.3,-77zM169,0.5s29.5,0.2 45.7,38c0,0 11.3,24.3 7.4,61.8 0,0 -0.5,37.8 -23,53.2 0,0 -30.6,27.8 -65.7,-9.6 0,0 -24.5,-26.4 -29.3,-63.5 0,0 -5.3,-38.4 18.5,-61.3 0,0 20,-19 46.5,-18.7zM314,6.2S350,17 346,58.4c0,0 2,33.2 -17.7,63.5 0,0 -20,37.3 -46.4,41.4 0,0 -29.2,9 -50.4,-36 0,0 -15.2,-51 8.3,-85.3 0,0 27.3,-50.8 74,-35.8zM394.4,108.4c17,5.2 29,21.6 30.5,39 1.6,15.8 -2,31.6 -7.4,46.3 -8.7,21.6 -24.2,40.4 -43.8,52.7 -14.8,8 -33.3,4.6 -47,-4.4 -5.5,-2.7 -9,-7.7 -11.2,-13.2 -9,-18 -10.4,-40 -2,-58.5 6.8,-17.4 15.4,-35.2 30,-47.5 11,-10 25.6,-18.3 41.2,-16.7 3.3,0.4 6.5,1.2 9.6,2.4z" />
</vector>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
@@ -33,6 +33,12 @@
        android:visible="false" />
<!-- This group is being hidden when searching is in full bar mode-->
    <group android:id="@+id/group_hide_when_searching">
        <item
            android:id="@+id/menu_debug"
            android:title="Debug"
            android:icon="@drawable/ic_debug_menu"
            android:visible="false"
            android:showAsAction="always" />
        <item
            android:id="@+id/menu_grid"
            android:title="@string/menu_grid"
+1 −0
Original line number Diff line number Diff line
@@ -39,5 +39,6 @@
    <bool name="feature_remote_actions">true</bool>
    <bool name="feature_system_keyboard_navigation">true</bool>
    <bool name="feature_virtual_files_sharing">true</bool>
    <bool name="feature_debug_mode">false</bool>

</resources>
Loading