mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
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:
parent
e0bd00bb9b
commit
8eac08fc04
2 changed files with 9 additions and 2 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue