forked from organicmaps/organicmaps
[android] Removed unused resources XML
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
313664dc1c
commit
af8af7a8a5
1 changed files with 0 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<androidx.appcompat.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
style="@style/MwmWidget.ToolbarStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="@style/MwmWidget.ToolbarTheme"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
<ImageView
|
||||
app:tint="@color/image_view"
|
||||
android:id="@+id/save"
|
||||
app:srcCompat="@drawable/ic_done"
|
||||
android:layout_width="?actionBarSize"
|
||||
android:layout_height="?actionBarSize"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:layout_gravity="end"
|
||||
android:scaleType="centerInside"
|
||||
android:contentDescription="@string/save" />
|
||||
</androidx.appcompat.widget.Toolbar>
|
||||
<FrameLayout
|
||||
style="@style/MwmWidget.FrameLayout.Elevation"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/toolbar"
|
||||
android:paddingStart="@dimen/margin_base"
|
||||
android:paddingEnd="@dimen/margin_base"
|
||||
app:layout_constraintTop_toBottomOf="@+id/toolbar">
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/et__description"
|
||||
style="@style/MwmWidget.Editor.CustomTextInput"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/edit_description_hint"
|
||||
android:includeFontPadding="false"
|
||||
android:padding="@dimen/margin_base"
|
||||
android:inputType="textMultiLine"
|
||||
android:textColorHint="?android:textColorSecondary" />
|
||||
</FrameLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
Loading…
Add table
Reference in a new issue