Parcourir la source

resolve lint warnings

unused resource

Redundant label on activity

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe il y a 2 ans
Parent
commit
690a174f64

+ 0 - 1
app/src/main/AndroidManifest.xml

@@ -106,7 +106,6 @@
 
         <activity
             android:name=".activities.MainActivity"
-            android:label="@string/nc_app_name"
             android:exported="true"
             android:windowSoftInputMode="adjustResize">
             <intent-filter>

+ 0 - 8
app/src/main/res/drawable/ic_baseline_fiber_manual_record_24.xml

@@ -1,8 +0,0 @@
-<vector
-    android:height="24dp"
-    android:viewportHeight="24"
-    android:viewportWidth="24"
-    android:width="24dp"
-    xmlns:android="http://schemas.android.com/apk/res/android">
-    <path android:fillColor="@color/nc_darkRed" android:pathData="M12,12m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"/>
-</vector>