Project

General

Profile

« Previous | Next » 

Revision 7198e5c9

Added by Leszek Koltunski over 3 years ago

Progress with the MeshFile app.

View differences:

src/main/res/layout/meshfilelayout.xml
94 94

  
95 95
    </LinearLayout>
96 96

  
97
    <View
98
        android:layout_height="4dip"
99
        android:background="#777777"
100
        android:layout_width="match_parent"
101
        />
102

  
103
    <TextView
104
          android:text="@string/effComponents"
105
          android:layout_width="wrap_content"
106
          android:layout_height="wrap_content"
107
          android:gravity="center"
108
          android:layout_marginEnd="5dp"
109
          android:layout_marginStart="5dp"
110
          android:layout_marginTop="5dp"/>
111

  
112
    <View
113
        android:layout_height="4dip"
114
        android:background="#777777"
115
        android:layout_width="match_parent"
116
        />
117

  
118
    <ScrollView
119
        android:id="@+id/meshfileScrollView"
120
        android:layout_width="match_parent"
121
        android:layout_height="0dp"
122
        android:layout_weight="0.5">
123

  
124
        <LinearLayout
125
            android:id="@+id/meshfileComponentLayout"
126
            android:layout_width="match_parent"
127
            android:layout_height="wrap_content"
128
            android:orientation="vertical" >
129
        </LinearLayout>
130

  
131
    </ScrollView>
132

  
97 133
</LinearLayout>

Also available in: Unified diff