forked from REAndroid/APKEditor
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add <a href="https://github.com/AbdurazaaqMohammed/AntiSplit-M/pull/98#issuecomment-2395248297">Vietnamese translation</a> by @Orecahaha Clean up unused dependencies and images Improve searchbar buttons in installed apps list and unify across all themes Add border to dialog in black theme for clarity Allow searching by package name in installed apps list Add version name to filename when picking from installed apps Co-Authored-By: Orecahaha <[email protected]>
- Loading branch information
1 parent
491ca99
commit 13b7873
Showing
28 changed files
with
292 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<solid android:color="@android:color/black"/> | ||
<stroke | ||
android:width="2dp" | ||
android:color="?attr/colorPrimary"/> | ||
<corners android:radius="24dp"/> | ||
</shape> |
Oops, something went wrong.