Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Android, Phonegap, HTML5 and CSS3

  • This topic is empty.
Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #114924
    JohnMotylJr
    Participant

    @kaimotta

    You are using PhoneGap yes? Are you using any Java or Eclipse or just HTML/CSS/JS because this can be solved with using some XML and imported with a few lines of code with Java.

    #114928
    kaimotta
    Member

    I’m just doing it all in HMTL/CSS/JS. I am using Eclipse to just compile, but I’m using XML or Java tho the guy who is building the back end would know all about this. What could he do?

    #114981
    JohnMotylJr
    Participant

    @kaimotta : I understand you are styling mainly with css but have you tried setting sizes in the nature of

    <Button
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text=""
    android:textColor="# "
    android:id="@+id/_name or something_">
    </Button>

    Something of that nature for setting the pre-defined attributes. Of course you would define your parent elements, and with a nav bar up top (assuming that it is static throughout the app?) base heights off of that.

    I’ll admit i did skim through this and read a couple posts and the bottom, if im off the mark let me know.

Viewing 3 posts - 16 through 18 (of 18 total)
  • The forum ‘CSS’ is closed to new topics and replies.