Skip to content

Commit

Permalink
ReVancedUpdater: Fixup activity_main.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
  • Loading branch information
LeddaZ committed May 22, 2023
1 parent aec1dde commit 83551df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
android:gravity="center"
android:text="@string/app_name"
android:textSize="40sp"
app:layout_constraintBottom_toTopOf="@+id/scrollView2"
app:layout_constraintBottom_toTopOf="@+id/scrollView"
app:layout_constraintTop_toTopOf="parent" />

<ScrollView
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="80dp"
Expand Down Expand Up @@ -240,11 +241,10 @@
app:srcCompat="@android:drawable/stat_sys_download_done" />

</com.google.android.material.card.MaterialCardView>
</LinearLayout>
</ScrollView>


</LinearLayout>

</ScrollView>

<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_navigation"
Expand Down

0 comments on commit 83551df

Please sign in to comment.