diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index eb593f9e3e..17455304ab 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -69,6 +69,7 @@ @@ -199,6 +200,7 @@ @@ -497,6 +499,7 @@ - + android:orientation="vertical" + android:padding="@dimen/material_generic"> + app:cardUseCompatPadding="true" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintTop_toTopOf="parent"> + android:descendantFocusability="afterDescendants" + android:orientation="vertical"> + + + + + + + app:layout_constraintTop_toBottomOf="@id/text_view_ftp_port" /> @@ -80,77 +108,41 @@ android:id="@+id/text_view_ftp_password" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textSize="@dimen/material_generic_title" - android:paddingBottom="@dimen/padding_normal" android:paddingLeft="@dimen/padding_normal" android:paddingRight="@dimen/padding_normal" + android:paddingBottom="@dimen/padding_normal" + android:textSize="@dimen/material_generic_title" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/text_view_ftp_username"/> + app:layout_constraintTop_toBottomOf="@id/text_view_ftp_username" /> + app:srcCompat="@drawable/ic_eye_grey600_24dp" /> - - - - - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/app/src/main/res/layout/layout_appbar.xml b/app/src/main/res/layout/layout_appbar.xml index 3e142057d1..d49ce747c0 100644 --- a/app/src/main/res/layout/layout_appbar.xml +++ b/app/src/main/res/layout/layout_appbar.xml @@ -1,6 +1,7 @@ @@ -53,13 +53,14 @@ + android:orientation="vertical" + tools:ignore="RtlSymmetry"> + android:focusable="true" + tools:ignore="RtlSymmetry"> + android:id="@+id/pathname" + tools:ignore="RtlSymmetry" /> diff --git a/app/src/main/res/layout/main_frag.xml b/app/src/main/res/layout/main_frag.xml index 92f0b96603..3d832d97d8 100644 --- a/app/src/main/res/layout/main_frag.xml +++ b/app/src/main/res/layout/main_frag.xml @@ -29,54 +29,61 @@ As the main content view, the view below consumes the entire space available using match_parent in both dimensions. --> - + android:layout_marginStart="12dp" + android:layout_marginTop="18dp" + android:layout_marginEnd="12dp" + app:cardCornerRadius="12dp" + app:cardElevation="@dimen/eight_dp"> - + android:focusable="false" + android:padding="@dimen/eight_dp"> - + + + + + + android:orientation="vertical" /> + android:scrollbars="none" + android:visibility="gone"> + android:descendantFocusability="afterDescendants"> + android:focusable="true"> + app:srcCompat="@drawable/ic_insert_drive_file_white_36dp" /> + android:layout_marginTop="10dp" + android:fontFamily="sans-serif-medium" + android:text="@string/no_files" + android:textColor="#666666" /> diff --git a/app/src/main/res/layout/main_toolbar.xml b/app/src/main/res/layout/main_toolbar.xml index 737f5d4456..d5bd0e55f3 100644 --- a/app/src/main/res/layout/main_toolbar.xml +++ b/app/src/main/res/layout/main_toolbar.xml @@ -74,7 +74,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"/>