Skip to content

Commit

Permalink
Shift empty view
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>

[skip ci]
  • Loading branch information
alperozturk96 authored and backportbot[bot] committed Aug 23, 2024
1 parent c331add commit 64c057a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import android.view.MenuItem
import android.view.View
import android.view.ViewGroup
import android.widget.FrameLayout
import android.widget.LinearLayout
import androidx.annotation.OptIn
import androidx.annotation.StringRes
import androidx.appcompat.content.res.AppCompatResources
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/layout/empty_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
~ SPDX-FileCopyrightText: 2016 Andy Scherzinger <info@andy-scherzinger>
~ SPDX-License-Identifier: AGPL-3.0-or-later
-->
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.core.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/empty_list_view"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/empty_linear_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
Expand Down

0 comments on commit 64c057a

Please sign in to comment.