Subversion Repository Public Repository

Nextrek

Diff Revisions 611 vs 623 for /Android/SmartCharging/SmartCharging/app/src/main/res/layout/activity_register_locale.xml

Diff revisions: vs.
  @@ -139,9 +139,6 @@
139 139 android:layout_marginTop="@dimen/space_16dp"
140 140 android:layout_width="match_parent"
141 141 android:layout_height="wrap_content">
142 -
143 -
144 -
145 142 <it.fedeloper.smartcharging.View.RoundedImageView
146 143 android:layout_width="70dp"
147 144 android:layout_height="70dp"
  @@ -149,7 +146,6 @@
149 146 android:layout_marginRight="@dimen/space_16dp"
150 147 android:id="@+id/avatarImage"
151 148 android:scaleType="fitCenter" />
152 -
153 149 <Button
154 150 android:text="@string/seleziona_avatar"
155 151 android:layout_toRightOf="@id/avatarImage"
  @@ -158,16 +154,12 @@
158 154 android:layout_height="wrap_content"/>
159 155 </RelativeLayout>
160 156
161 -
162 -
163 -
164 157 <LinearLayout
165 158 android:orientation="vertical"
166 159 android:layout_width="match_parent"
167 160 android:layout_height="wrap_content"
168 161 android:layout_marginTop="@dimen/space_16dp"
169 162 android:id="@+id/locale">
170 -
171 163 <!-- NOME LOCALE-->
172 164 <android.support.design.widget.TextInputLayout
173 165 android:id="@+id/to_text_input_layout"
  @@ -255,13 +247,13 @@
255 247 <ImageView
256 248 android:layout_width="52dp"
257 249 android:layout_height="52dp"
250 + android:background="@color/app_accent"
251 + android:layout_marginLeft="@dimen/space_8dp"
252 + android:layout_marginTop="@dimen/space_8dp"
258 253 android:padding="@dimen/space_8dp"
259 - android:layout_gravity="center_vertical"
260 254 android:id="@+id/button20"
261 - android:layout_weight="0.26"
262 - android:alpha="0.6"
263 255 android:onClick="addimage"
264 - android:src="@drawable/ic_add_to_photos_black_48dp" />
256 + android:src="@drawable/ic_collections_white_48dp" />
265 257 </LinearLayout>
266 258 </HorizontalScrollView>
267 259