how can i show Gujarati Font In Pop Up Menu Android?

202 Views Asked by At

I am using two languages in my application English And Gujarati

English PopUp Menu Have English Font.

I have Done It Perfectly.

But While I m putting Gujarati font inside item then it will not displaying anything it's show blank.

Here Is My Code For Gujarati Fonts.

<?xml version="1.0" encoding="utf-8"?>

<item
    android:id="@+id/id"
    android:showAsAction="always|withText"
    android:title="રેટિંગ"
    android:visible="true"/>
<item
    android:id="@+id/id"
    android:showAsAction="always|withText"
    android:title="રેટિંગ"
    android:visible="true"/>

i want to show as Mentioned Above While Pop up menu is open.

Thank You.

0

There are 0 best solutions below