<TextView 
  android:id="@+id/tv_todayNowTime"
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:layout_weight="1"
     />
    <TextView 
    android:id="@+id/tv_todayNowTimeState"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textColor="#0000ff"
    android:layout_weight="1"
    android:text="현재날씨"
    />
액정 디스플레이에 맞게 반반나눠서 보여주고 싶습니다.
이렇게 한깐 밑으로 이상하게 되네요.




이렇게 뜹니다.
                      textView1                                             textView2                      

위와같이 정확하게 반반 나누고 싶습니다.