Remove unused resources
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="@color/text_color_secondary"
|
||||
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z"/>
|
||||
</vector>
|
||||
@@ -1,9 +0,0 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="@color/text_color_secondary"
|
||||
android:pathData="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z"/>
|
||||
</vector>
|
||||
@@ -1,9 +0,0 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="@color/text_color_secondary"
|
||||
android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z"/>
|
||||
</vector>
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/delete_log"
|
||||
android:icon="@drawable/ic_menu_delete_white_24dp"
|
||||
android:title="Item"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/share_crash_log"
|
||||
android:icon="@drawable/ic_menu_share_white_24dp"
|
||||
android:title="Item"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/delete_crash_logs"
|
||||
android:icon="@drawable/ic_menu_delete_white_24dp"
|
||||
app:showAsAction="always"
|
||||
android:title="Item" />
|
||||
<!--<item-->
|
||||
<!--android:id="@+id/app_bar_search"-->
|
||||
<!--android:actionViewClass="android.widget.SearchView"-->
|
||||
<!--android:icon="@drawable/ic_search_white_24dp"-->
|
||||
<!--app:showAsAction="always"-->
|
||||
<!--android:title="Search" />-->
|
||||
</menu>
|
||||
@@ -1,7 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary_CrashReporter">#ff4081</color>
|
||||
<color name="colorPrimaryDark_CrashReporter">#f50057</color>
|
||||
<color name="colorAccent_CrashReporter">#cf1162</color>
|
||||
<color name="black">#000000</color>
|
||||
</resources>
|
||||
@@ -1,11 +1,6 @@
|
||||
<resources>
|
||||
<string name="crash_reporter">CrashReporter</string>
|
||||
<string name="crashes">Crashes</string>
|
||||
<string name="exceptions">Exceptions</string>
|
||||
<string name="view_crash_report">View Crash Report</string>
|
||||
<string name="notification_crash_report_title">Crash Reporter notifications</string>
|
||||
<string name="check_your_message_here">Check your crashes and exceptions here.</string>
|
||||
<string name="delete_confirmation_msg">Are you sure to delete all the crash logs</string>
|
||||
<string name="cancel">CANCEL</string>
|
||||
<string name="ok">OK</string>
|
||||
</resources>
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="CrashReporter.Theme" parent="SettingsTheme">
|
||||
<item name="windowActionBar">false</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user