mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
parent
de1442b953
commit
d0ce8f2861
2 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ object LocaleHelper {
|
|||
*/
|
||||
fun getSourceDisplayName(lang: String?, context: Context): String {
|
||||
return when (lang) {
|
||||
"" -> context.getString(R.string.other)
|
||||
"", "other" -> context.getString(R.string.other)
|
||||
SourcePresenter.LAST_USED_KEY -> context.getString(R.string.last_used)
|
||||
SourcePresenter.PINNED_KEY -> context.getString(R.string.pinned)
|
||||
"all" -> context.getString(R.string.all)
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
android:paddingTop="8dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="12dp"
|
||||
tools:text="Title" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue