|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
android:id="@+id/ibPin"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_pin"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ibExpanderNav"
|
|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
android:id="@+id/ibExpanderNav"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_legend_expander"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|