|
51 | 51 | android:layout_width="match_parent"
|
52 | 52 | android:layout_height="@dimen/privy_detail_list_item_height"
|
53 | 53 | android:orientation="horizontal"
|
54 |
| - android:weightSum="2"> |
| 54 | + android:weightSum="3"> |
55 | 55 |
|
56 | 56 | <TextView
|
57 | 57 | android:layout_width="match_parent"
|
58 | 58 | android:layout_height="match_parent"
|
59 |
| - android:layout_weight="1" |
| 59 | + android:layout_weight="2" |
60 | 60 | android:gravity="center_vertical"
|
61 | 61 | android:text="Name : " />
|
62 | 62 |
|
|
74 | 74 | android:layout_width="match_parent"
|
75 | 75 | android:layout_height="@dimen/privy_detail_list_item_height"
|
76 | 76 | android:orientation="horizontal"
|
77 |
| - android:weightSum="2"> |
| 77 | + android:weightSum="3"> |
78 | 78 |
|
79 | 79 | <TextView
|
80 | 80 | android:layout_width="match_parent"
|
81 | 81 | android:layout_height="match_parent"
|
82 |
| - android:layout_weight="1" |
| 82 | + android:layout_weight="2" |
83 | 83 | android:gravity="center_vertical"
|
84 | 84 | android:text="Geometry :" />
|
85 | 85 |
|
|
97 | 97 | android:layout_width="match_parent"
|
98 | 98 | android:layout_height="@dimen/privy_detail_list_item_height"
|
99 | 99 | android:orientation="horizontal"
|
100 |
| - android:weightSum="2"> |
| 100 | + android:weightSum="3"> |
101 | 101 |
|
102 | 102 | <TextView
|
103 | 103 | android:layout_width="match_parent"
|
104 | 104 | android:layout_height="match_parent"
|
105 |
| - android:layout_weight="1" |
| 105 | + android:layout_weight="2" |
106 | 106 | android:gravity="center_vertical"
|
107 | 107 | android:text="Open Now : " />
|
108 | 108 |
|
|
120 | 120 | android:layout_width="match_parent"
|
121 | 121 | android:layout_height="@dimen/privy_detail_list_item_height"
|
122 | 122 | android:orientation="horizontal"
|
123 |
| - android:weightSum="2"> |
| 123 | + android:weightSum="3"> |
124 | 124 |
|
125 | 125 | <TextView
|
126 | 126 | android:layout_width="match_parent"
|
127 | 127 | android:layout_height="match_parent"
|
128 |
| - android:layout_weight="1" |
| 128 | + android:layout_weight="2" |
129 | 129 | android:gravity="center_vertical"
|
130 | 130 | android:text="Vicinity : " />
|
131 | 131 |
|
|
143 | 143 | android:layout_width="match_parent"
|
144 | 144 | android:layout_height="@dimen/privy_detail_list_item_height"
|
145 | 145 | android:orientation="horizontal"
|
146 |
| - android:weightSum="2"> |
| 146 | + android:weightSum="3"> |
147 | 147 |
|
148 | 148 | <TextView
|
149 | 149 | android:layout_width="match_parent"
|
150 | 150 | android:layout_height="match_parent"
|
151 |
| - android:layout_weight="1" |
| 151 | + android:layout_weight="2" |
152 | 152 | android:gravity="center_vertical"
|
153 | 153 | android:text="Ratings : " />
|
154 | 154 |
|
|
0 commit comments