I was trying to set Greek text to my Android Button view programatically but for Button views only it is not setting. It is taking a similar kind of English font.
But the same Greek text is setting to TextViews, the problem only with the Buttons.
<Button
android:id="@+id/btnSubmitMobileNo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Υποβολή"
/>