Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the blocked elements on the main page #33

Merged
merged 3 commits into from
Aug 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed the blocked elements on the main page
  • Loading branch information
EasyVector committed Aug 30, 2021
commit ee199456d13144d8f32447154bd545784eb84fbd
7 changes: 7 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,11 @@

<androidx.cardview.widget.CardView style="@style/CardViewPrimary">

<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -585,6 +590,8 @@
</TableLayout>
</LinearLayout>

</HorizontalScrollView>

</androidx.cardview.widget.CardView>

</LinearLayout>
Expand Down