0

I have a FrameLayout that holds a LinearLayout (which contains some views) and RelativeLayout (which appears at the bottom of the screen )

on a 2.3.3 HTC device (small screen), this RelativeLayout does not appear, although on emulator 2.3.3 it works fine, and also any other version it works fine

any suggestions or links (i know you will request the code, but i assure you that it will make no difference, it's as simple as described)

Adnan
  • 5,025
  • 5
  • 25
  • 44
Ahmed Adel Ismail
  • 2,168
  • 16
  • 23
  • 1
    Have you followed guideline given on http://developer.android.com/guide/practices/screens_support.html ? – Adnan Mar 03 '14 at 10:39

1 Answers1

1

Use the Scroll View to show the whole layout on the small devices as well.

jyomin
  • 1,957
  • 2
  • 11
  • 27