Arrance list row layout

This commit is contained in:
neslihanturan 2017-12-14 15:53:54 +03:00 committed by maskara
parent 73321f4f0c
commit 5688be9d4b
3 changed files with 20 additions and 57 deletions

View file

@ -76,25 +76,5 @@
tools:text="@string/placeholder_place_description"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/buttonLayout"
android:orientation="vertical"
android:visibility="visible"
android:layout_below="@+id/icon"
>
<TextView
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="72dp"
android:layout_marginRight="16dp"
android:layout_marginTop="16dp"
android:textSize="16sp"
/>
<include layout="@layout/nearby_row_button" />
</LinearLayout>
<include layout="@layout/nearby_row_button" />
</RelativeLayout>