Project

General

Profile

« Previous | Next » 

Revision a0aff1b4

Added by Leszek Koltunski about 1 year ago

About Dialog

View differences:

src/main/res/layout/dialog_about.xml
9 9
        android:id="@+id/about_share_layout"
10 10
        android:layout_width="fill_parent"
11 11
        android:layout_height="0dp"
12
        android:layout_weight="0.1"
12
        android:layout_weight="0.12"
13 13
        android:gravity="center|fill_horizontal"
14 14
        android:layout_marginLeft="10dp"
15 15
        android:layout_marginRight="10dp"
......
50 50
        android:id="@+id/about_email_layout"
51 51
        android:layout_width="fill_parent"
52 52
        android:layout_height="0dp"
53
        android:layout_weight="0.1"
53
        android:layout_weight="0.12"
54 54
        android:gravity="center|fill_horizontal"
55 55
        android:layout_marginLeft="10dp"
56 56
        android:layout_marginRight="10dp"
......
102 102
        android:id="@+id/about_new_layout"
103 103
        android:layout_width="fill_parent"
104 104
        android:layout_height="0dp"
105
        android:layout_weight="0.3"
105
        android:layout_weight="0.26"
106 106
        android:gravity="center|fill_horizontal"
107 107
        android:layout_marginLeft="10dp"
108 108
        android:layout_marginRight="10dp"
......
147 147
        android:id="@+id/about_coming_layout"
148 148
        android:layout_width="fill_parent"
149 149
        android:layout_height="0dp"
150
        android:layout_weight="0.4"
150
        android:layout_weight="0.5"
151 151
        android:gravity="center|fill_horizontal"
152 152
        android:layout_marginLeft="10dp"
153 153
        android:layout_marginRight="10dp"

Also available in: Unified diff