I have a problem with this layout and i cannot find out what is wrong. As you can see, there is a chronometer and a table inside a relative layout but the chronometer does not s
First Stick Chronometer to bottom android:layout_alignParentBottom="true" then take TableLayout on above of Chronometer
Chronometer
android:layout_alignParentBottom="true"
TableLayout