SX. I want frame number to have right alignment and frame title left alignment. And command \hfill does not help me with it.
`
\documentclass[10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\begin{document}
\begin{frame}
\frametitle{Title \hfill\hfill\insertframenumber}
\end{frame}
\end{document}
`



