Subversion Repository Public Repository

Nextrek

Diff Revisions 703 vs 704 for /Android/SmartCharging/SmartCharging/app/src/main/res/layout/activity_map.xml

Diff revisions: vs.
  @@ -134,7 +134,18 @@
134 134 android:layout_height="wrap_content"
135 135 android:layout_marginTop="@dimen/space_8dp"
136 136 android:weightSum="3">
137 -
137 + <!-- cari_locale-->
138 + <TextView
139 + android:layout_width="wrap_content"
140 + android:layout_height="wrap_content"
141 + android:singleLine="true"
142 + android:gravity="right"
143 + android:textAppearance="?android:attr/textAppearanceMedium"
144 + android:id="@+id/cari_locale"
145 + android:textSize="14dp"
146 + android:ellipsize="end"
147 + android:layout_weight="1" />
148 +
138 149 <!-- Sito locale-->
139 150 <TextView
140 151 android:layout_width="wrap_content"
  @@ -174,20 +185,8 @@
174 185 android:layout_weight="1"
175 186 android:textColor="@color/app_accent"/>
176 187
177 - <TextView
178 - android:layout_width="wrap_content"
179 - android:layout_height="wrap_content"
180 - android:singleLine="true"
181 - android:gravity="right"
182 - android:textAppearance="?android:attr/textAppearanceMedium"
183 - android:id="@+id/cari_locale"
184 - android:textSize="14dp"
185 - android:ellipsize="end"
186 - android:layout_weight="1"
187 - android:textColor="@color/app_accent" />
188 - </LinearLayout>
189 -
190 188
189 + </LinearLayout>
191 190
192 191 <RatingBar
193 192 android:layout_width="wrap_content"