Subversion Repositories ES

Rev

Rev 7 | Rev 17 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 13
Line 29... Line 29...
29
  </TableLayout>
29
  </TableLayout>
30
30
31
  <TextView android:text="@string/temperatures_off_scale"
31
  <TextView android:text="@string/temperatures_off_scale"
32
    android:id="@+id/temperatures_text_off_scale" android:layout_width="wrap_content"
32
    android:id="@+id/temperatures_text_off_scale" android:layout_width="wrap_content"
33
    android:layout_height="wrap_content" android:visibility="invisible" />
33
    android:layout_height="wrap_content" android:visibility="invisible" />
-
 
34
  <Button android:text="@string/button_clear" android:id="@+id/temperatures_button_clear"
-
 
35
    android:layout_height="wrap_content" android:layout_width="100sp"
-
 
36
    android:layout_gravity="center_horizontal"></Button>
34
</LinearLayout>
37
</LinearLayout>