Project

General

Profile

« Previous | Next » 

Revision 8aece7f2

Added by Leszek Koltunski over 3 years ago

Progress with the MeshFile app.

View differences:

src/main/res/layout/meshfilecomponent.xml
22 22
          android:layout_marginTop="5dp"
23 23
          android:layout_weight="1"/>
24 24

  
25
     <Button
26
          android:id="@+id/meshfileComponentAppear"
27
          android:text="@string/appear"
25
     <ToggleButton
26
          android:id="@+id/meshfileComponentToggle"
27
          android:textOn="@string/off"
28
          android:textOff="@string/on"
28 29
          android:layout_width="wrap_content"
29 30
          android:layout_height="wrap_content"
30 31
          android:layout_weight="0.2"
31 32
          android:layout_marginEnd="5dp"
32 33
          android:layout_marginStart="5dp"
33
          android:layout_marginTop="5dp"/>
34
          android:layout_marginTop="2dp"/>
34 35

  
35
     <Button
36
          android:id="@+id/meshfileComponentDisappear"
37
          android:text="@string/disappear"
38
          android:layout_width="wrap_content"
39
          android:layout_height="wrap_content"
40
          android:layout_weight="0.2"
41
          android:layout_marginEnd="5dp"
42
          android:layout_marginStart="5dp"
43
          android:layout_marginTop="5dp"/>
44 36
</LinearLayout>

Also available in: Unified diff