Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 456d15c

Browse files
committed
Update resources to vectors, removed unused resources. Update README.md and CUSTOMIZATION.md. If using log type other than def bullet points are disabled.
1 parent 66048d8 commit 456d15c

72 files changed

Lines changed: 266 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLogDemo/src/main/AndroidManifest.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
package="com.weberbox.changelog.demo">
44

55
<application
6-
android:icon="@drawable/ic_launcher"
6+
android:icon="@mipmap/ic_launcher"
77
android:label="@string/demo_changelog_app_name"
8-
android:theme="@style/Theme.ChangeLogDemo" >
8+
android:roundIcon="@mipmap/ic_launcher_round"
9+
android:theme="@style/Theme.ChangeLogDemo">
910

10-
<activity android:name=".MainActivity"
11+
<activity
12+
android:name=".MainActivity"
1113
android:exported="true">
1214
<intent-filter>
13-
<action android:name="android.intent.action.MAIN"/>
14-
<category android:name="android.intent.category.LAUNCHER"/>
15+
<action android:name="android.intent.action.MAIN" />
16+
<category android:name="android.intent.category.LAUNCHER" />
1517
</intent-filter>
1618
</activity>
1719

40.3 KB

ChangeLogDemo/src/main/java/com/weberbox/changelog/demo/fragment/DialogMaterialFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public Dialog onCreateDialog(Bundle savedInstanceState) {
4848
R.layout.demo_fragment_dialogmaterial, null);
4949

5050
return new AlertDialog.Builder(requireActivity(), R.style.AppCompatAlertDialogStyle)
51-
.setTitle(R.string.demo_changelog_title_standarddialog)
51+
.setTitle(R.string.demo_changelog_title_materialdialog)
5252
.setView(chgList)
5353
.setPositiveButton(R.string.about_ok,
5454
(dialog, whichButton) -> dialog.dismiss()
-171 Bytes
Binary file not shown.
-2.78 KB
Binary file not shown.
-2.33 KB
Binary file not shown.
-116 Bytes
Binary file not shown.
-141 Bytes
Binary file not shown.
-158 Bytes
Binary file not shown.
-2.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)