Android webview centering horizontal and vertical -


i'm new android development, , trying center text , images using web view. i've tried

            android:layout_centervertical="true"             android:layout_gravity="center" 

and it's not centering vertically or horizontally. there i'm missing?


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -