Skip to content

Commit

Permalink
Update image scripts and template, and change name/repo in license file
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Mar 14, 2019
1 parent 33aeed1 commit 616a3e3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<item
component=":LAUNCHER_ACTION_APP_DRAWER"
drawable="drawer" />

<item
component=":BROWSER"
drawable="browser" />
Expand Down Expand Up @@ -4669,6 +4668,8 @@
<item
component="ComponentInfo{cn.liuyin.manhua/cn.liuyin.manhua.activity.HomeActivity}"
drawable="android_app" />

<!-- 2019.03.10 Add -->
<item
component="ComponentInfo{com.discord/com.discord.app.AppActivity$Main}"
drawable="discord" />
Expand Down Expand Up @@ -4702,6 +4703,8 @@
<item
component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.LaunchActivity}"
drawable="duckgo" />

<!-- 2019.03.12 Add -->
<item
component="ComponentInfo{org.gdroid.gdroid/org.gdroid.gdroid.MainActivity}"
drawable="gdroid" />
Expand All @@ -4720,6 +4723,8 @@
<item
component="ComponentInfo{com.github.moko256.twitlatte/com.github.moko256.twitlatte.SplashActivity}"
drawable="twitlatte" />

<!-- 2019.03.14 Add -->
<item
component="ComponentInfo{de.uwepost.android.deltacam/de.uwepost.android.deltacam.CameraActivity}"
drawable="deltacamera" />
Expand All @@ -4738,4 +4743,5 @@
<item
component="ComponentInfo{fr.xgouchet.packageexplorer/fr.xgouchet.packageexplorer.applist.AppListActivity}"
drawable="stanley" />

</resources>
1 change: 1 addition & 0 deletions app/src/main/res/xml/drawable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@
<item drawable="_500px" />
<item drawable="_58" />
<item drawable="_5sing" />

<item drawable="pixelstyle" />
<item drawable="opencamera" />
<item drawable="yalp" />
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/license.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<Preference
android:summary="GNU General Public License 3.0"
android:title="MBE Style">
android:title="Pixel Style">

<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/iAcn/MBEStyle" />
android:data="https://github.com/williamd1k0/PixelStyle" />

</Preference>

Expand Down
File renamed without changes.
File renamed without changes.
Binary file not shown.

0 comments on commit 616a3e3

Please sign in to comment.