Fixed some resources references
This commit is contained in:
parent
fa65c33ec6
commit
ca2b7a7064
@ -75,9 +75,9 @@
|
|||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/menu_button"
|
android:id="@+id/menu_button"
|
||||||
android:layout_width="?attr/actionBarSize"
|
android:layout_width="?android:attr/actionBarSize"
|
||||||
android:layout_height="?attr/actionBarSize"
|
android:layout_height="?android:attr/actionBarSize"
|
||||||
android:background="?attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:layout_gravity="center_vertical|start"
|
android:layout_gravity="center_vertical|start"
|
||||||
android:paddingStart="@dimen/spacer_1x"
|
android:paddingStart="@dimen/spacer_1x"
|
||||||
android:paddingTop="@dimen/spacer_2x"
|
android:paddingTop="@dimen/spacer_2x"
|
||||||
@ -116,14 +116,15 @@
|
|||||||
<!-- Add from map FAB -->
|
<!-- Add from map FAB -->
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
android:id="@+id/add_from_map"
|
android:id="@+id/add_from_map"
|
||||||
android:layout_margin="24dp"
|
|
||||||
android:layout_gravity="bottom|end"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:fabSize="mini"
|
android:layout_gravity="bottom|end"
|
||||||
|
android:layout_margin="24dp"
|
||||||
android:src="@drawable/ic_add_map"
|
android:src="@drawable/ic_add_map"
|
||||||
app:backgroundTint="@color/defaultBrand"
|
app:backgroundTint="@color/defaultBrand"
|
||||||
app:tint="@color/white"/>
|
app:fabSize="mini"
|
||||||
|
app:tint="@color/white"
|
||||||
|
tools:ignore="DuplicateClickableBoundsCheck" />
|
||||||
|
|
||||||
<!-- Add from current position FAB -->
|
<!-- Add from current position FAB -->
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
android:id="@+id/sort_mode"
|
android:id="@+id/sort_mode"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="@dimen/floating_bar_height"
|
android:layout_height="@dimen/floating_bar_height"
|
||||||
android:background="?attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/list_mode"
|
android:contentDescription="@string/list_mode"
|
||||||
android:paddingStart="@dimen/spacer_2x"
|
android:paddingStart="@dimen/spacer_2x"
|
||||||
android:paddingEnd="@dimen/spacer_2x"
|
android:paddingEnd="@dimen/spacer_2x"
|
||||||
|
Loading…
Reference in New Issue
Block a user