Skip to content

Commit 23eeb6e

Browse files
committed
Fix errors in test apk
1 parent 534e891 commit 23eeb6e

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:allowBackup="true"
77
android:icon="@mipmap/ic_launcher"
88
android:label="@string/app_name"
9-
android:roundIcon="@mipmap/ic_launcher_round"
9+
android:roundIcon="@mipmap/ic_launcher"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
1212
<activity android:name=".MainActivity">

app/src/main/ic_launcher-web.png

8.99 KB
Loading

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
android:layout_height="wrap_content"
4646
android:textColor="#fff"
4747
android:textSize="18sp"
48-
android:text="A simple, lightweight and easy to use Android library with lots of customizations. Ideal for minimal design, making complex UI easier to maintain. Give your app a brand new menu, coz drawers are too mainstream.\n\nRead instructions before cimplementing into your project. It is the initial build so don't expect any more than what's documented. More features and flexibility will be added in upcoming builds.\n\nAll the options shown in the menu are for demonstration purpose only and do not have any reletion with the library itself. CanvasMenu has as may implementations as you can imagine. Use it as a navigation drawer, toolset or just a menu, choice is yours.\n\nHappy compiling!"
48+
android:text="A simple, lightweight and easy to use Android library with lots of customizations. Ideal for minimal design, making complex UI easier to maintain. Give your app a brand new menu, coz drawers are too mainstream.\n\nRead instructions before implementing into your project. It is the initial build so don't expect any more than what's documented. More features and flexibility will be added in upcoming builds.\n\nAll the options/views shown in the menu are for demonstration purpose only and do not have any relation with the library itself. CanvasMenu has as many implementations as you can imagine. Use it as a navigation drawer, toolset or just a menu, choice is yours.\n\nHappy compiling!"
4949
android:layout_gravity="center_horizontal"/>
5050

5151
</ScrollView>
-2.48 KB
Loading
-4.11 KB
Binary file not shown.
-1.6 KB
Loading
-2.5 KB
Binary file not shown.
-3.64 KB
Loading
-5.97 KB
Binary file not shown.
-5.89 KB
Loading

0 commit comments

Comments
 (0)