Added Translation

This commit is contained in:
2022-08-14 11:50:25 +08:00
parent 0534ac3f71
commit e8fd581394
32 changed files with 573 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?attr/fold_layout_background" />
<solid android:color="?attr/app_on_background_theme" />
<corners
android:bottomLeftRadius="10dp"
android:bottomRightRadius="10dp"/>