aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ahbottomnavigation/src/main/AndroidManifest.xml7
-rw-r--r--ahbottomnavigation/src/main/res/values/strings.xml3
2 files changed, 1 insertions, 9 deletions
diff --git a/ahbottomnavigation/src/main/AndroidManifest.xml b/ahbottomnavigation/src/main/AndroidManifest.xml
index 2957692..66d6443 100644
--- a/ahbottomnavigation/src/main/AndroidManifest.xml
+++ b/ahbottomnavigation/src/main/AndroidManifest.xml
@@ -2,11 +2,6 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<application
- android:allowBackup="true"
- android:label="@string/app_name"
- android:supportsRtl="true"
- >
-
- </application>
+ />
</manifest>
diff --git a/ahbottomnavigation/src/main/res/values/strings.xml b/ahbottomnavigation/src/main/res/values/strings.xml
deleted file mode 100644
index 9b58275..0000000
--- a/ahbottomnavigation/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<resources>
- <string name="app_name">AHBottomNavigation</string>
-</resources>