[android] Clean layouts and drawables

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste 2024-01-07 18:38:02 +01:00 committed by Alexander Borsuk
parent f4a7b345a7
commit 4a2bac75fd
11 changed files with 28 additions and 45 deletions

View file

@ -1,4 +1,4 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="48"
android:viewportHeight="48"
android:width="48dp"

View file

@ -1,4 +1,4 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="28"
android:viewportHeight="28"
android:width="28dp"

View file

@ -1,7 +1,6 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<shape android:shape="oval">
<solid android:color="@color/black_4"/>
<size
android:height="40dp"

View file

@ -1,16 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="@dimen/margin_direction_side"
android:paddingEnd="@dimen/margin_direction_side"
tools:background="@color/bg_dialog_translucent">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center">
tools:background="@color/bg_dialog_translucent"
android:gravity="center">
<app.organicmaps.widget.ArrowView
android:id="@+id/av__direction"
@ -56,4 +53,3 @@
tools:text="9000 km"/>
</LinearLayout>
</RelativeLayout>
</FrameLayout>

View file

@ -1,13 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<app.organicmaps.widget.ObservableWebView
android:id="@+id/webview"
android:layout_width="match_parent"
@ -28,4 +25,3 @@
<include layout="@layout/shadow_top" />
<include layout="@layout/shadow_bottom" />
</FrameLayout>
</LinearLayout>

View file

@ -1,15 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/body"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/body"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:baselineAligned="false"
android:padding="16dip">
android:layout_height="wrap_content"
android:baselineAligned="false"
android:padding="16dip">
<ProgressBar
android:id="@android:id/progress"
style="?android:attr/progressBarStyle"
@ -21,5 +18,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
</LinearLayout>
</FrameLayout>
</LinearLayout>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
style="@style/MwmWidget.TextView.Search"
app:drawableStartCompat="@drawable/ic_search_recent"
tools:text="Some recent query"/>
<TextView
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
style="@style/MwmWidget.TextView.Search"
app:drawableStartCompat="@drawable/ic_search_recent"
tools:text="Some recent query"/>

View file

@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="horizontal"
android:background="?cardBackground"
android:layout_width="match_parent"
android:layout_height="wrap_content">
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:background="?cardBackground"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<include layout="@layout/altitude_chart_panel" />

View file

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:showIn="@layout/place_page_ugc">
android:layout_height="wrap_content">
<android.widget.Space
android:layout_width="match_parent"
android:layout_height="@dimen/margin_half"/>

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?cardBackground"

View file

@ -6,4 +6,4 @@
android:layout_width="@dimen/placeholder_size"
android:layout_height="@dimen/placeholder_size"
android:layout_marginBottom="@dimen/margin_half_plus"
tools:src="@drawable/img_search_empty_history_light"/>
tools:src="@drawable/ic_search"/>