|
|
|
@ -1,5 +1,6 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="16dp"
|
|
|
|
android:paddingTop="16dp"
|
|
|
|
@ -16,7 +17,7 @@
|
|
|
|
android:paddingStart="@dimen/keyline_first"
|
|
|
|
android:paddingStart="@dimen/keyline_first"
|
|
|
|
android:paddingEnd="@dimen/keyline_second"
|
|
|
|
android:paddingEnd="@dimen/keyline_second"
|
|
|
|
android:src="@drawable/ic_outline_place_24px"
|
|
|
|
android:src="@drawable/ic_outline_place_24px"
|
|
|
|
android:tint="@color/icon_tint"/>
|
|
|
|
app:tint="@color/icon_tint"/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:contentDescription="@string/place_settings"
|
|
|
|
android:contentDescription="@string/place_settings"
|
|
|
|
@ -27,7 +28,7 @@
|
|
|
|
android:paddingStart="@dimen/keyline_first"
|
|
|
|
android:paddingStart="@dimen/keyline_first"
|
|
|
|
android:paddingEnd="@dimen/keyline_first"
|
|
|
|
android:paddingEnd="@dimen/keyline_first"
|
|
|
|
android:src="@drawable/ic_outline_edit_24px"
|
|
|
|
android:src="@drawable/ic_outline_edit_24px"
|
|
|
|
android:tint="@color/icon_tint" />
|
|
|
|
app:tint="@color/icon_tint" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/name"
|
|
|
|
android:id="@+id/name"
|
|
|
|
|