I have two TextView. First TextView contains dynamic text, that can be small and big. Second TextView contains static small text. Second TextView should be located to right of f
You can add a LinearLayout with orientation: "horizontal" and add both textviews in it.