Guest User

Untitled

a guest
Nov 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style name="MyTextAppearance">
  2. <item name="android:textSize">12sp</item>
  3. </style>
  4.  
  5. var _bottomBar = BottomBar.Attach(this, savedInstanceState);
  6. ...
  7. _bottomBar.setTextAppearance(Resource.Style.MyTextAppearance)
Add Comment
Please, Sign In to add comment