|
@@ -38,6 +38,38 @@
|
|
android:textColor="@color/medium_emphasis_text"
|
|
android:textColor="@color/medium_emphasis_text"
|
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
android:textSize="@dimen/bottom_sheet_text_size" />
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/menu_share_location"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:background="?android:attr/selectableItemBackground"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/standard_padding"
|
|
|
|
+ android:paddingTop="@dimen/standard_half_padding"
|
|
|
|
+ android:paddingRight="@dimen/standard_padding"
|
|
|
|
+ android:paddingBottom="@dimen/standard_half_padding"
|
|
|
|
+ tools:ignore="UseCompoundDrawables">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/menu_icon_share_location"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:contentDescription="@null"
|
|
|
|
+ android:src="@drawable/ic_baseline_location_on_24"
|
|
|
|
+ app:tint="@color/colorPrimary" />
|
|
|
|
+
|
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
|
+ android:id="@+id/txt_share_location"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginStart="@dimen/standard_margin"
|
|
|
|
+ android:text="@string/nc_share_location"
|
|
|
|
+ android:textColor="@color/high_emphasis_text"
|
|
|
|
+ android:textSize="@dimen/bottom_sheet_text_size" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:id="@+id/menu_attach_file_from_local"
|
|
android:id="@+id/menu_attach_file_from_local"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|