Project

General

Profile

« Previous | Next » 

Revision 39b925d5

Added by Leszek Koltunski over 3 years ago

Progress with the MeshFile app: disappear works now.

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"
28
          android:layout_width="wrap_content"
29
          android:layout_height="wrap_content"
30
          android:layout_weight="0.2"
31
          android:layout_marginEnd="5dp"
32
          android:layout_marginStart="5dp"
33
          android:layout_marginTop="5dp"/>
34

  
25 35
     <Button
26 36
          android:id="@+id/meshfileComponentDisappear"
27 37
          android:text="@string/disappear"
......
29 39
          android:layout_height="wrap_content"
30 40
          android:layout_weight="0.2"
31 41
          android:layout_marginEnd="5dp"
32
          android:layout_marginStart="10dp"
42
          android:layout_marginStart="5dp"
33 43
          android:layout_marginTop="5dp"/>
34 44
</LinearLayout>

Also available in: Unified diff