Skip to content

Commit

Permalink
Remove scroll flags (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen authored Jan 28, 2020
1 parent 37edfd1 commit acbd17c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_scrollFlags="scroll|enterAlways|snap"
app:popupTheme="@style/Chucker.Theme" >

<TextView
android:id="@+id/toolbar_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/chucker_doub_grid"
style="@style/Chucker.TextAppearance.TransactionTitle"
tools:text="Title"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

<ProgressBar
android:id="@+id/progress_loading_transaction"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true"
android:layout_gravity="center"
android:layout_margin="@dimen/chucker_doub_grid"
android:visibility="visible" />

Expand Down

0 comments on commit acbd17c

Please sign in to comment.