Skip to content

Commit

Permalink
Hide scrollbars as done in other stock android apps
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 10, 2024
1 parent 3f8c48d commit ea883ee
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout/channel_list_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:scrollbars="vertical"
tools:context=".app.livestream.ui.list.ChannelListFragment"
tools:showIn="@layout/activity_main" />
1 change: 0 additions & 1 deletion app/src/main/res/layout/mediathek_list_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/mediathek_list_fragment_item" />

Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/personal_details_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="0dp"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toTopOf="@id/searchField"
app:layout_constraintTop_toTopOf="parent"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/personal_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="0dp"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit ea883ee

Please sign in to comment.