Project

General

Profile

« Previous | Next » 

Revision dbddd5c5

Added by Leszek Koltunski about 4 years ago

Give credit to Werner Randelshofer.

View differences:

src/main/res/layout/dialog_about.xml
38 38
            android:id="@+id/about_section2"
39 39
            android:layout_width="match_parent"
40 40
            android:layout_height="fill_parent"
41
            android:layout_weight="0.40"
42
            android:layout_marginTop="10dp"
43
            android:layout_marginLeft="10dp"
44
            android:layout_marginRight="10dp"
45
            android:layout_marginBottom="10dp"
46
            android:text="@string/credits2"/>
47

  
48
        <TextView
49
            android:id="@+id/about_section3"
50
            android:layout_width="match_parent"
51
            android:layout_height="fill_parent"
41 52
            android:layout_weight="0.60"
42 53
            android:layout_marginBottom="10dp"
43 54
            android:layout_marginTop="10dp"
44 55
            android:layout_marginLeft="10dp"
45 56
            android:layout_marginRight="10dp"
46
            android:text="@string/credits2"/>
57
            android:text="@string/credits3"/>
47 58

  
48 59
    </LinearLayout>
49 60

  

Also available in: Unified diff