Skip to content

Commit

Permalink
remove widget scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
premnirmal committed Aug 8, 2021
1 parent efe4d86 commit 4aabf5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/widget_1x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
android:layout_height="match_parent"
android:horizontalSpacing="4dp"
android:numColumns="1"
android:scrollbars="none"
/>
</LinearLayout>
1 change: 1 addition & 0 deletions app/src/main/res/layout/widget_2x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
android:numColumns="2"
android:horizontalSpacing="4dp"
tools:layout_height="200dp"
android:scrollbars="none"
/>
</LinearLayout>
1 change: 1 addition & 0 deletions app/src/main/res/layout/widget_3x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
android:layout_height="match_parent"
android:numColumns="3"
android:horizontalSpacing="4dp"
android:scrollbars="none"
/>
</LinearLayout>
1 change: 1 addition & 0 deletions app/src/main/res/layout/widget_4x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
android:layout_height="match_parent"
android:numColumns="4"
android:horizontalSpacing="4dp"
android:scrollbars="none"
/>
</LinearLayout>

0 comments on commit 4aabf5d

Please sign in to comment.