Small ui fixes on new main ui (#1995)

* Return to main activity from notifications activity on back button is pressed

* Make nearby info image a little far from nearby text, to prevent wrong clicks
This commit is contained in:
neslihanturan 2018-11-12 17:26:41 +02:00 committed by Josephine Lim
parent 02908a678b
commit 658e569eb8
2 changed files with 9 additions and 2 deletions

View file

@ -17,8 +17,8 @@
android:layout_width="18dp"
android:layout_height="18dp"
android:id="@+id/nearby_info_image"
android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:layout_marginStart="16dp"
android:layout_marginLeft="16dp"
app:srcCompat="@drawable/ic_info_outline_white_24dp"
/>
</LinearLayout>