Project

General

Profile

« Previous | Next » 

Revision ac02465e

Added by Leszek Koltunski almost 8 years ago

minor stuff in layouts

View differences:

src/main/res/layout/vertex3dsink.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2

  
3 3
            <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4
                android:id="@+id/vertex3dRowSink"
5
                android:orientation="horizontal"
6
                android:layout_width="match_parent"
7
                android:layout_height="wrap_content" >
4
                          android:id="@+id/vertex3dRowSink"
5
                          android:orientation="horizontal"
6
                          android:layout_width="match_parent"
7
                          android:layout_height="wrap_content"
8
                >
8 9

  
9 10
                <LinearLayout
10 11
                    android:layout_width="0dp"
......
19 20
                        android:layout_marginEnd="5dp"
20 21
                        android:layout_marginStart="5dp"
21 22
                        android:layout_marginTop="3dp"
22
                        android:textAppearance="?android:attr/textAppearanceLarge" />
23
                        />
23 24

  
24 25
                    <SeekBar
25 26
                        android:id="@+id/vertex3dsinkBar1"

Also available in: Unified diff