Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 8430f05

Browse files
author
AndroidDeveloperLB
committed
updated screenshots
1 parent 13bcaf0 commit 8430f05

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

1.png

37.6 KB
Loading

2.png

43.7 KB
Loading

Demo/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
android:theme="@style/AppTheme" >
1616
<activity
1717
android:name="com.lb.material_stuff_library.demo.MainActivity"
18-
android:label="@string/title_activity_my" >
18+
android:label="@string/app_name" >
1919
<intent-filter>
2020
<action android:name="android.intent.action.MAIN" />
2121

Demo/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<resources>
33

44
<string name="app_name">MaterialStuffLibrary Demo</string>
5-
<string name="title_activity_my">AlertDialogPro Demo</string>
65
<string name="show_library_default_dialog">Show library\'s default dialog</string>
76
<string name="show_material_dialog">Show Material Dialog</string>
87
<string name="show_material_light_dialog">Show Material Light Dialog</string>

0 commit comments

Comments
 (0)