Skip to content

Commit

Permalink
Fix icons and country flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Aug 7, 2022
1 parent c70bae3 commit 0e3c1c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.9.1")
implementation("com.bignerdranch.android:simple-item-decoration:1.0.0")
implementation("de.dertyp7214:PRDownloader:v0.6.0")
implementation("com.github.skydoves:balloon:1.4.7-SNAPSHOT")
implementation("com.github.skydoves:balloon:1.4.8-SNAPSHOT")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.4-alpha07")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0-alpha07")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ class About(private val activity: AppCompatActivity, private val args: SafeJSON)
useTint = false
iconRes = FlagKit.getResId(activity, "ru")
}
builder.pref("vi") {
builder.pref("vn") {
titleRes = R.string.vietnamese
summaryRes = R.string.primal_pea
useTint = false
iconRes = FlagKit.getResId(activity, "vi")
iconRes = FlagKit.getResId(activity, "vn")
}
builder.pref("zh") {
titleRes = R.string.chinese
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ class MainActivity : AppCompatActivity() {
)
menuItems.add(
MenuItem(
R.drawable.ic_delete,
R.drawable.ic_trash,
R.string.delete_theme
) {
openDialog(
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_delete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillAlpha="0.7"
android:fillColor="#000"
android:pathData="M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z" />
</vector>

0 comments on commit 0e3c1c9

Please sign in to comment.