當計時器開始計時時,'文本'有時正在移動..你認爲是什麼原因?我製作的天文臺裏面有一個相對的佈局,配上父母填滿..計時器位置不固定
有沒有其他的設置我錯過了?我還設置重力:記時計的中心
<RelativeLayout
android:id="@+id/relativeLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/textView1"
android:layout_alignParentRight="true"
android:layout_below="@+id/textView1"
android:layout_marginBottom="10dp" >
<Chronometer
android:id="@+id/stopwatch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:gravity="center_horizontal"
android:text="Chronometer"
android:textSize="110dp" />
</RelativeLayout>
有什麼不同?指出它? – Adam91
文本大小應該在SP中給出不在dp –
不工作..試過.. – Adam91