More cleanup, remove useless attribute "orientation"

This commit is contained in:
Benoit Marty 2021-12-01 22:58:21 +01:00
parent 696c537f96
commit d42473becb
7 changed files with 2 additions and 9 deletions

View File

@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"
tools:background="#FFFFFF"> tools:background="#FFFFFF">
<com.google.android.material.tabs.TabLayout <com.google.android.material.tabs.TabLayout

View File

@ -65,8 +65,7 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp" android:layout_marginTop="8dp">
android:orientation="horizontal">
<Button <Button
android:id="@+id/loginGenericTextInputFormOtherButton" android:id="@+id/loginGenericTextInputFormOtherButton"

View File

@ -2,8 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:orientation="vertical">
<WebView <WebView
android:id="@+id/widgetWebView" android:id="@+id/widgetWebView"

View File

@ -9,7 +9,6 @@
android:background="?android:colorBackground" android:background="?android:colorBackground"
android:foreground="?attr/selectableItemBackground" android:foreground="?attr/selectableItemBackground"
android:gravity="center_vertical" android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="8dp"> android:padding="8dp">
<FrameLayout <FrameLayout

View File

@ -7,7 +7,6 @@
android:background="?android:colorBackground" android:background="?android:colorBackground"
android:foreground="?attr/selectableItemBackground" android:foreground="?attr/selectableItemBackground"
android:gravity="center_vertical" android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="8dp"> android:padding="8dp">
<FrameLayout <FrameLayout

View File

@ -7,7 +7,6 @@
android:background="?attr/selectableItemBackground" android:background="?attr/selectableItemBackground"
android:gravity="center_vertical" android:gravity="center_vertical"
android:minHeight="64dp" android:minHeight="64dp"
android:orientation="horizontal"
android:paddingStart="@dimen/layout_horizontal_margin" android:paddingStart="@dimen/layout_horizontal_margin"
android:paddingEnd="@dimen/layout_horizontal_margin"> android:paddingEnd="@dimen/layout_horizontal_margin">

View File

@ -32,7 +32,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:orientation="vertical"
android:textColor="?vctr_content_secondary" android:textColor="?vctr_content_secondary"
tools:text="Description / Value" /> tools:text="Description / Value" />
</LinearLayout> </LinearLayout>