|
|
|
@ -4,26 +4,50 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
|
android:layout_marginLeft="10dp">
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
|
android:background="@drawable/corner_radius"
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/txtPlaceName"
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/imageView"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="1) LAT: 49.264562 - LONG: 48.5485248"
|
|
|
|
|
android:textSize="17sp"
|
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:src="@drawable/center" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/txtPlaceName"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="TMP/ ici c'est le nom"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:textColor="@color/main_turquoise_500"
|
|
|
|
|
android:textSize="17dp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnDeletePlace"
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:text="X"
|
|
|
|
|
android:backgroundTint="@color/main_turquoise_200"
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/txtPlaceAddress"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="TMP/ ici c'est l'adresse"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="13dp"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|